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 |
上層