| Name | Description |
---|
 | BeganTransaction(DbConnection, BeginTransactionInterceptionContext) | Can be implemented in a derived class. |
 | BeginningTransaction(DbConnection, BeginTransactionInterceptionContext) | Can be implemented in a derived class. |
 | BuildDatabaseInitializationScript() | When implemented in a derived class, returns the script to prepare the database for this transaction handler. |
 | Closed(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | Closing(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | Committed(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | Committing(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | ConnectionGetting(DbTransaction, DbTransactionInterceptionContext<DbConnection>) | Can be implemented in a derived class. |
 | ConnectionGot(DbTransaction, DbTransactionInterceptionContext<DbConnection>) | Can be implemented in a derived class. |
 | ConnectionStringGetting(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | ConnectionStringGot(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | ConnectionStringSet(DbConnection, DbConnectionPropertyInterceptionContext<String>) | Can be implemented in a derived class. |
 | ConnectionStringSetting(DbConnection, DbConnectionPropertyInterceptionContext<String>) | Can be implemented in a derived class. |
 | ConnectionTimeoutGetting(DbConnection, DbConnectionInterceptionContext<Int32>) | Can be implemented in a derived class. |
 | ConnectionTimeoutGot(DbConnection, DbConnectionInterceptionContext<Int32>) | Can be implemented in a derived class. |
 | DatabaseGetting(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | DatabaseGot(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | DataSourceGetting(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | DataSourceGot(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | Dispose() | Releases the resources used by this transaction handler. |
 | Dispose(Boolean) | Releases the resources used by this transaction handler. |
 | Disposed(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | Disposed(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | Disposing(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | Disposing(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | EnlistedTransaction(DbConnection, EnlistTransactionInterceptionContext) | Can be implemented in a derived class. |
 | EnlistingTransaction(DbConnection, EnlistTransactionInterceptionContext) | Can be implemented in a derived class. |
 | Equals(Object) | |
 | Finalize() | |
 | GetHashCode() | |
 | GetType() | |
 | Initialize(DbContext, DbConnection) | Initializes this instance using the specified context. |
 | Initialize(ObjectContext) | Initializes this instance using the specified context. |
 | IsolationLevelGetting(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>) | Can be implemented in a derived class. |
 | IsolationLevelGot(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>) | Can be implemented in a derived class. |
 | 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. |
 | MemberwiseClone() | |
 | Opened(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | Opening(DbConnection, DbConnectionInterceptionContext) | Can be implemented in a derived class. |
 | RolledBack(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | RollingBack(DbTransaction, DbTransactionInterceptionContext) | Can be implemented in a derived class. |
 | ServerVersionGetting(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | ServerVersionGot(DbConnection, DbConnectionInterceptionContext<String>) | Can be implemented in a derived class. |
 | StateGetting(DbConnection, DbConnectionInterceptionContext<ConnectionState>) | Can be implemented in a derived class. |
 | StateGot(DbConnection, DbConnectionInterceptionContext<ConnectionState>) | Can be implemented in a derived class. |
 | ToString() | |