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

要从中复制状态的上下文。

适用于