Condividi tramite


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

Spazio dei nomi  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
<SuppressMessageAttribute("Microsoft.Design", "CA1040:AvoidEmptyInterfaces")> _
Public Interface IDbInterceptor
'Utilizzo
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

Vedere anche

Riferimento

Spazio dei nomi System.Data.Entity.Infrastructure.Interception