Classe DbCommandTreeInterceptionContext
[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.DbCommandTreeInterceptionContext
Spazio dei nomi System.Data.Entity.Infrastructure.Interception
Assembly: EntityFramework (in EntityFramework.dll)
Sintassi
'Dichiarazione
Public Class DbCommandTreeInterceptionContext _
Inherits DbInterceptionContext
'Utilizzo
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
Nel tipo DbCommandTreeInterceptionContext sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
DbCommandTreeInterceptionContext() | ||
DbCommandTreeInterceptionContext(DbInterceptionContext) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
DbContexts | Ereditato da DbInterceptionContext. | |
IsAsync | Ereditato da DbInterceptionContext. | |
ObjectContexts | Ereditato da DbInterceptionContext. | |
OriginalResult | ||
Result |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
AsAsync | ||
Clone | Esegue l'override di DbInterceptionContext.Clone(). | |
Equals | Esegue l'override di DbInterceptionContext.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Esegue l'override di DbInterceptionContext.GetHashCode(). | |
GetType | ||
MemberwiseClone | Ereditato da Object. | |
ToString | Esegue l'override di DbInterceptionContext.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