Свойство | Type | Description | |
---|---|---|---|
OnBeginTransaction | void | ||
OnCommitTransaction | void | ||
OnRollbackTransaction | void | ||
Participate | void | ||
TransactionScope | System |
Méthode | Description | |
---|---|---|
Begin ( ) : void |
Begins the transaction.
|
|
Begin ( IsolationLevel isolationLevel ) : void |
Begins the transaction with the specified isolation level.
|
|
Commit ( ) : void |
Commits the transaction.
|
|
Rollback ( ) : void |
Rollbacks the current transaction.
|
Méthode | Description | |
---|---|---|
OnBeginTransaction ( object sender, |
||
OnCommitTransaction ( object sender, |
||
OnRollbackTransaction ( object sender, |
||
Participate ( ITransactionParticipant participant ) : void | ||
TransactionScope ( ) : System |
public static Begin ( IsolationLevel isolationLevel ) : void | ||
isolationLevel | IsolationLevel | The isolation level. |
Résultat | void |