Advanced.Data.Provider Documentation

AdpCommand.Transaction Property

[This is preliminary documentation and subject to change.]

Gets or sets the AdpTransaction within which the AdpCommand executes.

[Visual Basic]
NotOverridable Public Property Transaction As AdpTransaction Implements _
   IAdpCommand.Transaction
[C#]
public AdpTransaction Transaction {get; set;}

Implements

IAdpCommand.Transaction

See Also

AdpCommand Class | Advanced.Data.Provider Namespace