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


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

Определение

Перегрузки

DbInterceptionContext()

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

DbInterceptionContext(DbInterceptionContext)

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

DbInterceptionContext()

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

public DbInterceptionContext ();
Public Sub New ()

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

DbInterceptionContext(DbInterceptionContext)

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

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

Параметры

copyFrom
DbInterceptionContext

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

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