ICRUDOperations MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The ICRUDOperations type exposes the following members.
Methods

  NameDescription
Public methodDelete
Public methodDeleteAsync
Public methodExecuteWithoutFetch
Public methodExecuteWithoutFetchAsync
Public methodGetSchema
Public methodGetSchemaAsync
Public methodInsert
Public methodInsertAsync
Public methodLoad
Public methodLoadAsync
Public methodLoadOneRow
Public methodLoadOneRowAsync
Public methodLoadOneRowset
Public methodLoadOneRowsetAsync
Public methodOpenCursor
Public methodOpenCursorAsync
Public methodSave
Public methodSaveAsync
Public methodUpdate
Public methodUpdateAsync
Public methodUpsert
Public methodUpsertAsync
Back to Top
Extension Methods

  NameDescription
Public Extension MethodLoadEnumerable TRow 
Loads rowset with rows cast per Query(T) or empty enum
(Defined by DataUtils.)
Public Extension MethodLoadEnumerableAsync TRow 
Async version - loads rowset with rows cast per Query(T) or empty enum
(Defined by DataUtils.)
Public Extension MethodLoadRow TRow 
Loads one row cast per Query(T) or null
(Defined by DataUtils.)
Public Extension MethodLoadRowAsync TRow 
Async version - loads one row cast per Query(T) or null
(Defined by DataUtils.)
Back to Top
Properties

  NameDescription
Public propertySupportsTrueAsynchrony
Returns true when backend supports true asynchronous operations, such as the ones that do not create extra threads/empty tasks
Back to Top
See Also