Partager via


IDbCommandTreeInterceptor Interface

Définition

Un objet qui implémente cette interface peut être inscrit avec DbInterception pour recevoir des notifications quand Entity Framework crée DbCommandTree des arborescences de commandes.

public interface IDbCommandTreeInterceptor : System.Data.Entity.Infrastructure.Interception.IDbInterceptor
type IDbCommandTreeInterceptor = interface
    interface IDbInterceptor
Public Interface IDbCommandTreeInterceptor
Implements IDbInterceptor
Implémente

Remarques

Les intercepteurs peuvent également être inscrits dans le fichier de configuration de l’application. Pour plus d’informations sur la configuration d’Entity Framework, consultez http://go.microsoft.com/fwlink/?LinkId=260883 .

Méthodes

TreeCreated(DbCommandTreeInterceptionContext)

Cette méthode est appelée après la création d’une nouvelle DbCommandTree . L’arborescence utilisée après l’interception peut être modifiée en définissant Result lors de l’interception.

S’applique à