다음을 통해 공유


DbInterception.Add(IDbInterceptor) 메서드

정의

알림을 받을 새 IDbInterceptor 를 등록합니다. 인터셉터에서 유용하게 확장되는 일부 인터페이스를 IDbInterceptor 구현해야 합니다.

public static void Add(System.Data.Entity.Infrastructure.Interception.IDbInterceptor interceptor);
static member Add : System.Data.Entity.Infrastructure.Interception.IDbInterceptor -> unit
Public Shared Sub Add (interceptor As IDbInterceptor)

매개 변수

interceptor
IDbInterceptor

추가할 인터셉터입니다.

적용 대상