[This is preliminary documentation and is subject to change.]
The ICRUDTransactionOperations type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | BeginTransaction |
Returns a transaction object for backend. Even if backend does not support transactions internally, CRUDTransactions save changes
into the store on commit only
|
![]() | BeginTransactionAsync |
Returns a transaction object for backend. Even if backend does not support transactions internally, CRUDTransactions save changes
into the store on commit only
|
Properties
Name | Description | |
---|---|---|
![]() | SupportsTransactions |
Returns true when backend supports transactions. Even if false returned, CRUDDatastore supports CRUDTransaction return from BeginTransaction()
in which case statements may not be sent to destination until a call to Commit()
|
See Also