EnlistTransaction(Transaction) Method

Syntax:

public void EnlistTransaction(Transaction transaction)

Description:

Enlists the current connection in the specified transaction.

This method is not currently supported in the RDM Data Provider and will generate a NotSupportedException().

Parameters:

transaction

Type: System.Transactions.Transaction

Specifies the name of the database to access. This must be a valid database name.

Return Value:

None

Exceptions:

Exception Condition
NotSupportedException When called.

Reference:

For more information, reference MSDN documentation for: System.Data.Common.DbConnection.CreateCommand