[This is preliminary documentation and is subject to change.]
The CRUDTransaction type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | CRUDTransaction | Initializes a new instance of the CRUDTransaction class |
Methods
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_Store |
Properties
Name | Description | |
---|---|---|
![]() | DataStore |
References the store instance that started this transaction
|
![]() | DisposeBehavior |
Specifies how transaction should be finalized on dispose: comitted or rolledback if it is still open
|
![]() | Disposed |
Indicates whether this object was already disposed - the Dispose() has finished
(Inherited from DisposableObject.) |
![]() | DisposeStarted |
Indicates whether this object Dispose() has been called and dispose started but not finished yet
(Inherited from DisposableObject.) |
![]() | Status |
Returns current transaction status
|
![]() | SupportsTrueAsynchrony |
Returns true when backend supports true asynchronous operations, such as the ones that do not create extra threads/empty tasks
|
See Also