DbConnection property

Specifies the System.Data.Common.DbConnection object associated with the transaction.

Visual Basic syntax

Protected ReadOnly Overrides Property DbConnection As DbConnection

C# syntax

protected override DbConnection DbConnection {get;}

Remarks

The System.Data.Common.DbConnection object associated with the transaction.