Share via


EnlistTransactionInterceptionContext Constructors

Definition

Overloads

EnlistTransactionInterceptionContext()

Constructs a new EnlistTransactionInterceptionContext with no state.

EnlistTransactionInterceptionContext(DbInterceptionContext)

Creates a new EnlistTransactionInterceptionContext by copying immutable state from the given interception context. Also see Clone()

EnlistTransactionInterceptionContext()

Constructs a new EnlistTransactionInterceptionContext with no state.

public EnlistTransactionInterceptionContext ();
Public Sub New ()

Applies to

EnlistTransactionInterceptionContext(DbInterceptionContext)

Creates a new EnlistTransactionInterceptionContext by copying immutable state from the given interception context. Also see Clone()

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

Parameters

copyFrom
DbInterceptionContext

The context from which to copy state.

Applies to