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


MutableInterceptionContext<TResult> Конструкторы

Определение

Перегрузки

MutableInterceptionContext<TResult>()

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

MutableInterceptionContext<TResult>(DbInterceptionContext)

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

MutableInterceptionContext<TResult>()

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

protected MutableInterceptionContext ();
Protected Sub New ()

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

MutableInterceptionContext<TResult>(DbInterceptionContext)

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

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

Параметры

copyFrom
DbInterceptionContext

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

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