ITransactionEnlistmentManager Interface
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.
Manages the current Transaction.
This interface is typically used by database providers (and other extensions). It is generally not used in application code.
public interface ITransactionEnlistmentManager
type ITransactionEnlistmentManager = interface
Public Interface ITransactionEnlistmentManager
- Derived
Remarks
See Implementation of database providers and extensions for more information and examples.
Properties
CurrentAmbientTransaction |
The current ambient transaction. Defaults to Current. |
EnlistedTransaction |
The currently enlisted transaction. |
Methods
EnlistTransaction(Transaction) |
Specifies an existing Transaction to be used for database operations. |
Applies to
Entity Framework