Поделиться через


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

Контекст, из которого копируются состояния.

Применяется к