TransactionHandler.StateGot Method (DbConnection, DbConnectionInterceptionContext<ConnectionState>)
Can be implemented in a derived class.
Assembly: EntityFramework (in EntityFramework.dll)
public virtual void StateGot( DbConnection connection, DbConnectionInterceptionContext<ConnectionState> interceptionContext )
Parameters
- connection
-
Type:
System.Data.Common.DbConnection
The connection.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<ConnectionState>
The contextual information associated with the call.