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


MutableInterceptionContext Конструкторы

Определение

Перегрузки

MutableInterceptionContext()

Создает новый MutableInterceptionContext объект без состояния.

MutableInterceptionContext(DbInterceptionContext)

Создает новый MutableInterceptionContext объект путем копирования неизменяемого состояния из заданного контекста перехвата. Также см. раздел Clone()

MutableInterceptionContext()

Создает новый MutableInterceptionContext объект без состояния.

protected MutableInterceptionContext();
Protected Sub New ()

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

MutableInterceptionContext(DbInterceptionContext)

Создает новый MutableInterceptionContext объект путем копирования неизменяемого состояния из заданного контекста перехвата. Также см. раздел Clone()

protected MutableInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Protected Sub New (copyFrom As DbInterceptionContext)

Параметры

copyFrom
DbInterceptionContext

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

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