Freigeben über


DbCommandTreeInterceptionContext-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.DbCommandTreeInterceptionContext

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

Syntax

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

Der DbCommandTreeInterceptionContext-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

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

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 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