Condividi tramite


Interfaccia IDbCommandTreeInterceptor

[This page is specific to the Entity Framework version 6.0 Beta. The latest version is available as the 'Entity Framework' NuGet package. For more information, see Entity Framework Releases and Versioning.]

Spazio dei nomi  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public Interface IDbCommandTreeInterceptor _
    Inherits IDbInterceptor
'Utilizzo
Dim instance As IDbCommandTreeInterceptor
public interface IDbCommandTreeInterceptor : IDbInterceptor
public interface class IDbCommandTreeInterceptor : IDbInterceptor
type IDbCommandTreeInterceptor =  
    interface 
        interface IDbInterceptor 
    end
public interface IDbCommandTreeInterceptor extends IDbInterceptor

Nel tipo IDbCommandTreeInterceptor sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico TreeCreated

In alto

Vedere anche

Riferimento

Spazio dei nomi System.Data.Entity.Infrastructure.Interception