MutableInterceptionContext<TResult> Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MutableInterceptionContext<TResult>() |
Constructs a new MutableInterceptionContext<TResult> with no state. |
MutableInterceptionContext<TResult>(DbInterceptionContext) |
Creates a new MutableInterceptionContext<TResult> by copying immutable state from the given interception context. Also see Clone() |
MutableInterceptionContext<TResult>()
Constructs a new MutableInterceptionContext<TResult> with no state.
protected MutableInterceptionContext ();
Protected Sub New ()
Applies to
MutableInterceptionContext<TResult>(DbInterceptionContext)
Creates a new MutableInterceptionContext<TResult> by copying immutable state from the given interception context. Also see Clone()
protected MutableInterceptionContext (System.Data.Entity.Infrastructure.Interception.DbInterceptionContext copyFrom);
new System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result> : System.Data.Entity.Infrastructure.Interception.DbInterceptionContext -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext<'Result>
Protected Sub New (copyFrom As DbInterceptionContext)
Parameters
- copyFrom
- DbInterceptionContext
The context from which to copy state.
Applies to
Entity Framework