Class EFTransactionHandler
Inheritance
System.Object
EFTransactionHandler
Assembly: Alachisoft.Integrations.EntityFramework.CachingProvider.dll
Syntax
public class EFTransactionHandler : IDbTransactionInterceptor
Constructors
Methods
Name |
Description |
Committed(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is commited.
|
Committing(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is being commited.
|
ConnectionGetting(DbTransaction, DbTransactionInterceptionContext<DbConnection>)
|
This method is called when the Connection is being obtained.
|
ConnectionGot(DbTransaction, DbTransactionInterceptionContext<DbConnection>)
|
This method is called when the Connection has been obtained.
|
Disposed(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is disposed.
|
Disposing(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is being disposed.
|
GetItem(String, out Object)
|
Tries to the get cached entry by key.
|
IsolationLevelGetting(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>)
|
This method is called when the IsolationLevel is being Obtained.
|
IsolationLevelGot(DbTransaction, DbTransactionInterceptionContext<IsolationLevel>)
|
This method is called when the transaction is obtained.
|
PutItem(String, DbResultItem, DbCommand)
|
Adds the specified entry to the cache.
|
RolledBack(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is RolledBack.
|
RollingBack(DbTransaction, DbTransactionInterceptionContext)
|
This method is called when the transaction is being RolledBack.
|