Classe DbInterceptionContext
[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.]
Gerarchia di ereditarietà
System.Object
System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
System.Data.Entity.Infrastructure.Interception.DbCommandInterceptionContext
System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Spazio dei nomi System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Class DbInterceptionContext
'Utilizzo
Dim instance As DbInterceptionContext
public class DbInterceptionContext
public ref class DbInterceptionContext
type DbInterceptionContext = class end
public class DbInterceptionContext
Nel tipo DbInterceptionContext sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DbInterceptionContext() | ||
DbInterceptionContext(DbInterceptionContext) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DbContexts | ||
IsAsync | ||
ObjectContexts |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AsAsync | ||
Clone | ||
Equals | Esegue l'override di Object.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Esegue l'override di Object.GetHashCode(). | |
GetType | ||
MemberwiseClone | Ereditato da Object. | |
ToString | Esegue l'override di Object.ToString(). | |
WithDbContext | ||
WithObjectContext |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi System.Data.Entity.Infrastructure.Interception