共用方式為


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.]

命名空間:  System.Data.Entity.Infrastructure.Interception
組件:  EntityFramework (在 EntityFramework.dll 中)

語法

'宣告
Public Interface IDbCommandTreeInterceptor _
    Inherits IDbInterceptor
'用途
Dim instance As IDbCommandTreeInterceptor
public interface IDbCommandTreeInterceptor : IDbInterceptor
public interface class IDbCommandTreeInterceptor : IDbInterceptor
type IDbCommandTreeInterceptor =  
    interface 
        interface IDbInterceptor 
    end
public interface IDbCommandTreeInterceptor extends IDbInterceptor

IDbCommandTreeInterceptor 型別公開下列成員。

方法

  名稱 說明
公用方法 TreeCreated

上層

請參閱

參考

System.Data.Entity.Infrastructure.Interception 命名空間