IDbCommandTreeInterceptor Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |