Freigeben über


DbCommandInterceptionContext-Klasse

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

Vererbungshierarchie

System.Object
  System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
    System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
      System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext<TResult>

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

Syntax

'Declaration
Public Class DbCommandInterceptionContext _
    Inherits DbInterceptionContext
'Usage
Dim instance As DbCommandInterceptionContext
public class DbCommandInterceptionContext : DbInterceptionContext
public ref class DbCommandInterceptionContext : public DbInterceptionContext
type DbCommandInterceptionContext =  
    class 
        inherit DbInterceptionContext 
    end
public class DbCommandInterceptionContext extends DbInterceptionContext

Der DbCommandInterceptionContext-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode DbCommandInterceptionContext()
Öffentliche Methode DbCommandInterceptionContext(DbInterceptionContext)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CommandBehavior
Öffentliche Eigenschaft DbContexts (Geerbt von DbInterceptionContext.)
Öffentliche Eigenschaft IsAsync (Geerbt von DbInterceptionContext.)
Öffentliche Eigenschaft ObjectContexts (Geerbt von DbInterceptionContext.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode AsAsync
Geschützte Methode Clone (Überschreibt DbInterceptionContext.Clone().)
Öffentliche Methode Equals (Überschreibt DbInterceptionContext.Equals(Object).)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Überschreibt DbInterceptionContext.GetHashCode().)
Öffentliche Methode GetType
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Überschreibt DbInterceptionContext.ToString().)
Öffentliche Methode WithCommandBehavior
Öffentliche Methode WithDbContext
Öffentliche Methode WithObjectContext

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

System.Data.Entity.Infrastructure.Interception-Namespace