次の方法で共有


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 名前空間