IDbInterceptor 接口

[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 中)

语法

声明
<SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")> _
Public Interface IDbInterceptor
用法
Dim instance As IDbInterceptor
[SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")]
public interface IDbInterceptor
[SuppressMessageAttribute(L"Microsoft.Design", L"CA1040:AvoidEmptyInterfaces")]
public interface class IDbInterceptor
[<SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")>]
type IDbInterceptor =  interface end
public interface IDbInterceptor

请参阅

参考

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