Compartilhar via


DbInterception.Add(IDbInterceptor) Método

Definição

Registra um novo IDbInterceptor para receber notificações. Observe que o interceptador deve implementar alguma interface que se estenda de IDbInterceptor para ser útil.

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)

Parâmetros

interceptor
IDbInterceptor

O interceptador a ser adicionado.

Aplica-se a