Property | Type | Description | |
---|---|---|---|
Acquire | TransactionExecutionContext | ||
AnyCommandsHaveBeenPerformed | bool | ||
Commit | void | ||
GetExecutionVersion | int | ||
GetOrCreateCurrent | |||
GetSqlDatabaseContext | |||
GetSqlTransactionalCommandsContext | SqlTransactionalCommandsContext | ||
OnVersionContextFinished | void | ||
Rollback | void | ||
TransactionContext | System |
Method | Description | |
---|---|---|
Commit ( |
||
Dispose ( ) : void | ||
GetAttribute ( string key ) : object | ||
GetCurrent ( DataAccessModel dataAccessModel, bool forWrite ) : |
||
GetCurrentDataContext ( ) : DataAccessObjectDataContext | ||
GetCurrentTransactionContextVersion ( DataAccessModel dataAccessModel ) : int | ||
InDoubt ( |
||
Prepare ( |
||
Rollback ( |
||
SetAttribute ( string key, object value ) : void | ||
SinglePhaseCommit ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
Acquire ( DataAccessModel dataAccessModel, bool forWrite ) : TransactionExecutionContext | ||
AnyCommandsHaveBeenPerformed ( ) : bool | ||
Commit ( ) : void | ||
GetExecutionVersion ( ) : int | ||
GetOrCreateCurrent ( DataAccessModel dataAccessModel, bool forWrite, bool createTransactionIfNotExist ) : |
||
GetSqlDatabaseContext ( ) : |
||
GetSqlTransactionalCommandsContext ( ) : SqlTransactionalCommandsContext | ||
OnVersionContextFinished ( object sender, |
||
Rollback ( ) : void | ||
TransactionContext ( DataAccessTransaction dataAccessTransaction, DataAccessModel dataAccessModel ) : System |
public Commit ( |
||
enlistment | ||
return | void |
public static GetCurrent ( DataAccessModel dataAccessModel, bool forWrite ) : |
||
dataAccessModel | DataAccessModel | |
forWrite | bool | |
return |
public GetCurrentDataContext ( ) : DataAccessObjectDataContext | ||
return | DataAccessObjectDataContext |
public static GetCurrentTransactionContextVersion ( DataAccessModel dataAccessModel ) : int | ||
dataAccessModel | DataAccessModel | |
return | int |
public InDoubt ( |
||
enlistment | ||
return | void |
public Prepare ( |
||
preparingEnlistment | ||
return | void |
public Rollback ( |
||
enlistment | ||
return | void |
public SetAttribute ( string key, object value ) : void | ||
key | string | |
value | object | |
return | void |
public SinglePhaseCommit ( |
||
singlePhaseEnlistment | ||
return | void |