Share via


DbConnectionPropertyInterceptionContext<TValue> Constructors

Definition

Overloads

DbConnectionPropertyInterceptionContext<TValue>()

Constructs a new DbConnectionPropertyInterceptionContext<TValue> with no state.

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

DbConnectionPropertyInterceptionContext<TValue>()

Constructs a new DbConnectionPropertyInterceptionContext<TValue> with no state.

public DbConnectionPropertyInterceptionContext ();
Public Sub New ()

Applies to

DbConnectionPropertyInterceptionContext<TValue>(DbInterceptionContext)

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

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to