DbCommandTreeInterceptionContext 构造函数

定义

重载

DbCommandTreeInterceptionContext()

构造一个没有状态的新 DbCommandTreeInterceptionContext

DbCommandTreeInterceptionContext(DbInterceptionContext)

DbCommandTreeInterceptionContext通过从给定的拦截上下文复制状态创建新的 。 另请参阅 Clone()

DbCommandTreeInterceptionContext()

构造一个没有状态的新 DbCommandTreeInterceptionContext

public DbCommandTreeInterceptionContext ();
Public Sub New ()

适用于

DbCommandTreeInterceptionContext(DbInterceptionContext)

DbCommandTreeInterceptionContext通过从给定的拦截上下文复制状态创建新的 。 另请参阅 Clone()

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

参数

copyFrom
DbInterceptionContext

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

适用于