|
NativeDataManagerTEntityAll Method |
Namespace: DrawerBackup.Native.DataAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IEnumerable<TEntity> All()
Public Function All As IEnumerable(Of TEntity)
public:
virtual IEnumerable<TEntity>^ All() sealed
abstract All : unit -> IEnumerable<'TEntity>
override All : unit -> IEnumerable<'TEntity>
Return Value
Type:
IEnumerableTEntityImplements
IDataManagerTEntityAll
See Also