| Name | Description |
---|
 | BeganTransaction(DbConnection, BeginTransactionInterceptionContext) | |
 | BeginningTransaction(DbConnection, BeginTransactionInterceptionContext) | |
 | BuildDatabaseInitializationScript() | |
 | ClearTransactionHistory() | Removes all the transaction history. |
 | ClearTransactionHistoryAsync() | Asynchronously removes all the transaction history. |
 | ClearTransactionHistoryAsync(CancellationToken) | Asynchronously removes all the transaction history. |
 | Closed(DbConnection, DbConnectionInterceptionContext) | |
 | Closing(DbConnection, DbConnectionInterceptionContext) | |
 | Committed(DbTransaction, DbTransactionInterceptionContext) | |
 | Committing(DbTransaction, DbTransactionInterceptionContext) | |
 | ConnectionGetting(DbTransaction, DbTransactionInterceptionContext<DbConnection>) | |
 | ConnectionGot(DbTransaction, DbTransactionInterceptionContext<DbConnection>) | |
 | ConnectionStringGetting(DbConnection, DbConnectionInterceptionContext<String>) | |
 | ConnectionStringGot(DbConnection, DbConnectionInterceptionContext<String>) | |
 | ConnectionStringSet(DbConnection, DbConnectionPropertyInterceptionContext<String>) | |
 | ConnectionStringSetting(DbConnection, DbConnectionPropertyInterceptionContext<String>) | |
 | ConnectionTimeoutGetting(DbConnection, DbConnectionInterceptionContext<Int32>) | |
 | ConnectionTimeoutGot(DbConnection, DbConnectionInterceptionContext<Int32>) | |
 | DatabaseGetting(DbConnection, DbConnectionInterceptionContext<String>) | |
 | DatabaseGot(DbConnection, DbConnectionInterceptionContext<String>) | |
 | DataSourceGetting(DbConnection, DbConnectionInterceptionContext<String>) | |
 | DataSourceGot(DbConnection, DbConnectionInterceptionContext<String>) | |
 | Dispose() | Releases the resources used by this transaction handler.(Inherited from TransactionHandler.) |
 | Dispose(Boolean) | |
 | Disposed(DbConnection, DbConnectionInterceptionContext) | |
 | Disposed(DbTransaction, DbTransactionInterceptionContext) | |
 | Disposing(DbConnection, DbConnectionInterceptionContext) | |
 | Disposing(DbTransaction, DbTransactionInterceptionContext) | |
 | EnlistedTransaction(DbConnection, EnlistTransactionInterceptionContext) | |
 | EnlistingTransaction(DbConnection, EnlistTransactionInterceptionContext) | |
 | Equals(Object) | |
 | Finalize() | |
  | FromContext(DbContext) | Gets the CommitFailureHandler associated with the context if there is one; otherwise returns null. |
  | FromContext(ObjectContext) | Gets the CommitFailureHandler associated with the context if there is one; otherwise returns null. |
 | GetHashCode() | |
 | GetType() | |
 | Initialize(DbContext, DbConnection) | |
 | Initialize(ObjectContext) | |
 | IsolationLevelGetting(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>) | |
 | IsolationLevelGot(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>) | |
 | MarkTransactionForPruning(TransactionRow) | Adds the specified transaction to the list of transactions that can be removed from the database |
 | MatchesParentContext(DbConnection, DbInterceptionContext) | Checks whether the supplied interception context contains the target context or the supplied connection is the same as the one used by the target context.(Inherited from TransactionHandler.) |
 | MemberwiseClone() | |
 | Opened(DbConnection, DbConnectionInterceptionContext) | |
 | Opening(DbConnection, DbConnectionInterceptionContext) | |
 | PruneTransactionHistory() | Removes the transactions marked for deletion. |
 | PruneTransactionHistory(Boolean, Boolean) | Removes the transactions marked for deletion if their number exceeds PruningLimit. |
 | PruneTransactionHistoryAsync() | Asynchronously removes the transactions marked for deletion. |
 | PruneTransactionHistoryAsync(Boolean, Boolean, CancellationToken) | Removes the transactions marked for deletion if their number exceeds PruningLimit. |
 | PruneTransactionHistoryAsync(CancellationToken) | Asynchronously removes the transactions marked for deletion. |
 | RolledBack(DbTransaction, DbTransactionInterceptionContext) | |
 | RollingBack(DbTransaction, DbTransactionInterceptionContext) | |
 | ServerVersionGetting(DbConnection, DbConnectionInterceptionContext<String>) | |
 | ServerVersionGot(DbConnection, DbConnectionInterceptionContext<String>) | |
 | StateGetting(DbConnection, DbConnectionInterceptionContext<ConnectionState>) | |
 | StateGot(DbConnection, DbConnectionInterceptionContext<ConnectionState>) | |
 | ToString() | |