Partilhar via


DbInterceptionContext Construtores

Definição

Sobrecargas

DbInterceptionContext()

Constrói um novo DbInterceptionContext sem estado.

DbInterceptionContext(DbInterceptionContext)

Cria um novo DbInterceptionContext copiando o estado do contexto de interceptação fornecido. Veja Clone()

DbInterceptionContext()

Constrói um novo DbInterceptionContext sem estado.

public DbInterceptionContext ();
Public Sub New ()

Aplica-se a

DbInterceptionContext(DbInterceptionContext)

Cria um novo DbInterceptionContext copiando o estado do contexto de interceptação fornecido. Consulte 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)

Parâmetros

copyFrom
DbInterceptionContext

O contexto do qual copiar o estado.

Aplica-se a