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

Определение

Перегрузки

Имя Описание
DbConfigurationInterceptionContext()

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

DbConfigurationInterceptionContext(DbInterceptionContext)

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

DbConfigurationInterceptionContext()

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

public DbConfigurationInterceptionContext();
Public Sub New ()

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

DbConfigurationInterceptionContext(DbInterceptionContext)

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

public DbConfigurationInterceptionContext(System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.DbConfigurationInterceptionContext
Public Sub New (copyFrom As DbInterceptionContext)

Параметры

copyFrom
DbInterceptionContext

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

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