Advanced.Data.Provider Documentation

AdpTransaction.Connection Property

[This is preliminary documentation and subject to change.]

Gets the AdpConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.

[Visual Basic]
NotOverridable Public ReadOnly Property Connection As AdpConnection Implements _
   IAdpTransaction.Connection
[C#]
public AdpConnection Connection {get;}

Implements

IAdpTransaction.Connection

See Also

AdpTransaction Class | Advanced.Data.Provider Namespace