DbInterception.Remove(IDbInterceptor) Méthode

Définition

Supprime un inscrit IDbInterceptor pour qu’il ne reçoive plus de notifications. Si l’intercepteur donné n’est pas inscrit, il s’agit d’une opération sans opération.

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

Paramètres

interceptor
IDbInterceptor

Intercepteur à supprimer.

S’applique à