Класс 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.]
Иерархия наследования
System.Object
System.Data.Entity.Infrastructure.Interception.DbInterceptionContext
System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Пространство имен: System.Data.Entity.Infrastructure.Interception
Сборка: EntityFramework (в EntityFramework.dll)
Синтаксис
'Декларация
Public Class DbCommandTreeInterceptionContext _
Inherits DbInterceptionContext
'Применение
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
Тип DbCommandTreeInterceptionContext обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
DbCommandTreeInterceptionContext() | ||
DbCommandTreeInterceptionContext(DbInterceptionContext) |
В начало
Свойства
Имя | Описание | |
---|---|---|
DbContexts | (Производный от DbInterceptionContext.) | |
IsAsync | (Производный от DbInterceptionContext.) | |
ObjectContexts | (Производный от DbInterceptionContext.) | |
OriginalResult | ||
Result |
В начало
Методы
Имя | Описание | |
---|---|---|
AsAsync | ||
Clone | (Переопределяет DbInterceptionContext.Clone().) | |
Equals | (Переопределяет DbInterceptionContext.Equals(Object).) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Переопределяет DbInterceptionContext.GetHashCode().) | |
GetType | ||
MemberwiseClone | (Производный от Object.) | |
ToString | (Переопределяет DbInterceptionContext.ToString().) | |
WithDbContext | ||
WithObjectContext |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен System.Data.Entity.Infrastructure.Interception