PropertyInterceptionContext<TValue> 构造函数

定义

重载

PropertyInterceptionContext<TValue>()

构造一个没有状态的新 PropertyInterceptionContext<TValue>

PropertyInterceptionContext<TValue>(DbInterceptionContext)

通过从给定的拦截上下文复制不可变状态来创建新的 PropertyInterceptionContext<TValue> 。 另请参阅 Clone()

PropertyInterceptionContext<TValue>()

构造一个没有状态的新 PropertyInterceptionContext<TValue>

public PropertyInterceptionContext();
Public Sub New ()

适用于

PropertyInterceptionContext<TValue>(DbInterceptionContext)

通过从给定的拦截上下文复制不可变状态来创建新的 PropertyInterceptionContext<TValue> 。 另请参阅 Clone()

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

参数

copyFrom
DbInterceptionContext

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

适用于