type exposes the following members.
| Name | Description |
---|
 | CheckOpenStatus | (Inherited from CRUDTransaction.) |
 | Commit | (Inherited from CRUDTransaction.) |
 | Delete | (Inherited from CRUDTransaction.) |
 | DeleteAsync | (Inherited from CRUDTransaction.) |
 | Destructor | (Overrides CRUDTransaction Destructor .) |
 | Dispose |
Deterministically disposes object. DO NOT OVERRIDE this method, override Destructor() instead
(Inherited from DisposableObject.) |
 | DoCommit | (Overrides CRUDTransaction DoCommit .) |
 | DoDelete | (Overrides CRUDTransaction DoDelete(Row, IDataStoreKey).) |
 | DoDeleteAsync | (Overrides CRUDTransaction DoDeleteAsync(Row, IDataStoreKey).) |
 | DoExecuteWithoutFetch | (Overrides CRUDTransaction DoExecuteWithoutFetch( Query ).) |
 | DoExecuteWithoutFetchAsync | (Overrides CRUDTransaction DoExecuteWithoutFetchAsync( Query ).) |
 | DoGetSchema | (Overrides CRUDTransaction DoGetSchema(Query).) |
 | DoGetSchemaAsync | (Overrides CRUDTransaction DoGetSchemaAsync(Query).) |
 | DoInsert | (Overrides CRUDTransaction DoInsert(Row, FieldFilterFunc).) |
 | DoInsertAsync | (Overrides CRUDTransaction DoInsertAsync(Row, FieldFilterFunc).) |
 | DoLoad | (Overrides CRUDTransaction DoLoad(Boolean, Query ).) |
 | DoLoadAsync | (Overrides CRUDTransaction DoLoadAsync(Boolean, Query ).) |
 | DoOpenCursor | (Overrides CRUDTransaction DoOpenCursor(Query).) |
 | DoOpenCursorAsync | (Overrides CRUDTransaction DoOpenCursorAsync(Query).) |
 | DoRollback | (Overrides CRUDTransaction DoRollback .) |
 | DoSave | (Overrides CRUDTransaction DoSave( RowsetBase ).) |
 | DoSaveAsync | (Overrides CRUDTransaction DoSaveAsync( RowsetBase ).) |
 | DoUpdate | (Overrides CRUDTransaction DoUpdate(Row, IDataStoreKey, FieldFilterFunc).) |
 | DoUpdateAsync | (Overrides CRUDTransaction DoUpdateAsync(Row, IDataStoreKey, FieldFilterFunc).) |
 | DoUpsert | (Overrides CRUDTransaction DoUpsert(Row, FieldFilterFunc).) |
 | DoUpsertAsync | (Overrides CRUDTransaction DoUpsertAsync(Row, FieldFilterFunc).) |
 | EnsureObjectNotDisposed |
Checks to see whether object dispose started or has already been disposed and throws an exception if Dispose() was called
(Inherited from DisposableObject.) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | ExecuteWithoutFetch | (Inherited from CRUDTransaction.) |
 | ExecuteWithoutFetchAsync | (Inherited from CRUDTransaction.) |
 | Finalize | (Inherited from DisposableObject.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetSchema | (Inherited from CRUDTransaction.) |
 | GetSchemaAsync | (Inherited from CRUDTransaction.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Insert | (Inherited from CRUDTransaction.) |
 | InsertAsync | (Inherited from CRUDTransaction.) |
 | Load | (Inherited from CRUDTransaction.) |
 | LoadAsync | (Inherited from CRUDTransaction.) |
 | LoadOneRow | (Inherited from CRUDTransaction.) |
 | LoadOneRowAsync | (Inherited from CRUDTransaction.) |
 | LoadOneRowset | (Inherited from CRUDTransaction.) |
 | LoadOneRowsetAsync | (Inherited from CRUDTransaction.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | OpenCursor | (Inherited from CRUDTransaction.) |
 | OpenCursorAsync | (Inherited from CRUDTransaction.) |
 | Rollback | (Inherited from CRUDTransaction.) |
 | Save | (Inherited from CRUDTransaction.) |
 | SaveAsync | (Inherited from CRUDTransaction.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Update | (Inherited from CRUDTransaction.) |
 | UpdateAsync | (Inherited from CRUDTransaction.) |
 | Upsert | (Inherited from CRUDTransaction.) |
 | UpsertAsync | (Inherited from CRUDTransaction.) |
| Name | Description |
---|
 | Connection |
Returns the underlying MySQL connection that this transaction works through
|
 | DataStore |
References the store instance that started this transaction
(Inherited from CRUDTransaction.) |
 | DisposeBehavior |
Specifies how transaction should be finalized on dispose: comitted or rolledback if it is still open
(Inherited from CRUDTransaction.) |
 | 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
(Inherited from CRUDTransaction.) |
 | Store | |
 | SupportsTrueAsynchrony |
Returns true when backend supports true asynchronous operations, such as the ones that do not create extra threads/empty tasks
(Inherited from CRUDTransaction.) |
 | Transaction |
Returns the underlying MySQL transaction that this instance represents. Do not call Commit/Rollback method on this property directly
|