DbCommandTreeInterceptionContext Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
DbCommandTreeInterceptionContext() |
Создает новый DbCommandTreeInterceptionContext объект без состояния. |
DbCommandTreeInterceptionContext(DbInterceptionContext) |
Создает новый DbCommandTreeInterceptionContext объект путем копирования состояния из заданного контекста перехвата. Также см. раздел Clone() |
DbCommandTreeInterceptionContext()
Создает новый DbCommandTreeInterceptionContext объект без состояния.
public DbCommandTreeInterceptionContext ();
Public Sub New ()
Применяется к
DbCommandTreeInterceptionContext(DbInterceptionContext)
Создает новый DbCommandTreeInterceptionContext объект путем копирования состояния из заданного контекста перехвата. Также см. раздел Clone()
public DbCommandTreeInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbCommandTreeInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)
Параметры
- copyFrom
- DbInterceptionContext
Контекст, из которого копируются состояния.
Применяется к
Entity Framework