다음을 통해 공유


IDbConnectionInterceptor.ConnectionStringGot 메서드

정의

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

public void ConnectionStringGot (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> interceptionContext);
abstract member ConnectionStringGot : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbConnectionInterceptionContext<string> -> unit
Public Sub ConnectionStringGot (connection As DbConnection, interceptionContext As DbConnectionInterceptionContext(Of String))

매개 변수

connection
DbConnection

연결입니다.

interceptionContext
DbConnectionInterceptionContext<String>

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

적용 대상