[This is preliminary documentation and is subject to change.]
The ICRUDOperations type exposes the following members.Methods
Extension Methods
Name | Description | |
---|---|---|
![]() | LoadEnumerable TRow |
Loads rowset with rows cast per Query(T) or empty enum
(Defined by DataUtils.) |
![]() | LoadEnumerableAsync TRow |
Async version - loads rowset with rows cast per Query(T) or empty enum
(Defined by DataUtils.) |
![]() | LoadRow TRow |
Loads one row cast per Query(T) or null
(Defined by DataUtils.) |
![]() | LoadRowAsync TRow |
Async version - loads one row cast per Query(T) or null
(Defined by DataUtils.) |
Properties
Name | Description | |
---|---|---|
![]() | SupportsTrueAsynchrony |
Returns true when backend supports true asynchronous operations, such as the ones that do not create extra threads/empty tasks
|
See Also