다음을 통해 공유


IDbTransactionInterceptor.ConnectionGot 메서드

정의

가 검색된 후 Connection 호출됩니다.

public void ConnectionGot (System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.Common.DbConnection> interceptionContext);
abstract member ConnectionGot : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<System.Data.Common.DbConnection> -> unit
Public Sub ConnectionGot (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext(Of DbConnection))

매개 변수

transaction
DbTransaction

트랜잭션입니다.

interceptionContext
DbTransactionInterceptionContext<DbConnection>

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

적용 대상