共用方式為


IDbCommandInterceptor 介面

[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 IDbCommandInterceptor _
    Inherits IDbInterceptor
'用途
Dim instance As IDbCommandInterceptor
public interface IDbCommandInterceptor : IDbInterceptor
public interface class IDbCommandInterceptor : IDbInterceptor
type IDbCommandInterceptor =  
    interface 
        interface IDbInterceptor 
    end
public interface IDbCommandInterceptor extends IDbInterceptor

IDbCommandInterceptor 型別公開下列成員。

方法

  名稱 說明
公用方法 NonQueryExecuted
公用方法 NonQueryExecuting
公用方法 ReaderExecuted
公用方法 ReaderExecuting
公用方法 ScalarExecuted
公用方法 ScalarExecuting

上層

請參閱

參考

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