TransactionContext Constructor

Definition

Constructor

public:
 TransactionContext();
public TransactionContext ();
Public Sub New ()

Remarks

This constructor exists so that a TransactionContext can be created outside a Transaction for passing into TransactionManager.BeginTransaction. Note that the TransactionContext of the resulting transaction will not be the same object, although it will contain the same context information.

Applies to