Freigeben über


IDbCommandInterceptor-Schnittstelle

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

Namespace:  System.Data.Entity.Infrastructure.Interception
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Interface IDbCommandInterceptor _
    Inherits IDbInterceptor
'Usage
Dim instance As IDbCommandInterceptor
public interface IDbCommandInterceptor : IDbInterceptor
public interface class IDbCommandInterceptor : IDbInterceptor
type IDbCommandInterceptor =  
    interface 
        interface IDbInterceptor 
    end
public interface IDbCommandInterceptor extends IDbInterceptor

Der IDbCommandInterceptor-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode NonQueryExecuted
Öffentliche Methode NonQueryExecuting
Öffentliche Methode ReaderExecuted
Öffentliche Methode ReaderExecuting
Öffentliche Methode ScalarExecuted
Öffentliche Methode ScalarExecuting

Zum Anfang

Siehe auch

Verweis

System.Data.Entity.Infrastructure.Interception-Namespace