Share via


DbTransactionInterceptionContext<TResult> Constructors

Definition

Overloads

DbTransactionInterceptionContext<TResult>()

Constructs a new DbTransactionInterceptionContext<TResult> with no state.

DbTransactionInterceptionContext<TResult>(DbInterceptionContext)

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

DbTransactionInterceptionContext<TResult>()

Constructs a new DbTransactionInterceptionContext<TResult> with no state.

public DbTransactionInterceptionContext ();
Public Sub New ()

Applies to

DbTransactionInterceptionContext<TResult>(DbInterceptionContext)

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

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to