PropertyInterceptionContext<TValue> Constructors

Definition

Overloads

PropertyInterceptionContext<TValue>()

Constructs a new PropertyInterceptionContext<TValue> with no state.

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Creates a new PropertyInterceptionContext<TValue> by copying immutable state from the given interception context. Also see Clone()

PropertyInterceptionContext<TValue>()

Constructs a new PropertyInterceptionContext<TValue> with no state.

public PropertyInterceptionContext ();
Public Sub New ()

Applies to

PropertyInterceptionContext<TValue>(DbInterceptionContext)

Creates a new PropertyInterceptionContext<TValue> by copying immutable state from the given interception context. Also see 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)

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to