다음을 통해 공유


TransactionHandler.StateGetting 메서드

정의

파생 클래스에서 구현할 수 있습니다.

public virtual void StateGetting(System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<System.Data.ConnectionState> interceptionContext);
abstract member StateGetting : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<System.Data.ConnectionState> -> unit
override this.StateGetting : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<System.Data.ConnectionState> -> unit
Public Overridable Sub StateGetting (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of ConnectionState))

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionInterceptionContext<ConnectionState>

호출과 관련된 컨텍스트 정보입니다.

구현

적용 대상

추가 정보