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 | |
---|---|---|
DbCommandInterceptionContext() | ||
DbCommandInterceptionContext(DbInterceptionContext) |
Zum Anfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
CommandBehavior | ||
DbContexts | (Geerbt von DbInterceptionContext.) | |
IsAsync | (Geerbt von DbInterceptionContext.) | |
ObjectContexts | (Geerbt von DbInterceptionContext.) |
Zum Anfang
Methoden
Name | Beschreibung | |
---|---|---|
AsAsync | ||
Clone | (Überschreibt DbInterceptionContext.Clone().) | |
Equals | (Überschreibt DbInterceptionContext.Equals(Object).) | |
Finalize | (Geerbt von Object.) | |
GetHashCode | (Überschreibt DbInterceptionContext.GetHashCode().) | |
GetType | ||
MemberwiseClone | (Geerbt von Object.) | |
ToString | (Überschreibt DbInterceptionContext.ToString().) | |
WithCommandBehavior | ||
WithDbContext | ||
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.