다음을 통해 공유


DatabaseLogFormatter.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>

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

구현

적용 대상