C1.AdoNet.GoogleAnalytics Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase Class / DbTransaction Property

In This Topic
DbTransaction Property (C1CommandBase)
In This Topic
Gets or sets the transaction within which the command executes. Must be a C1TransactionBase.
Syntax
'Declaration
 
Protected Overrides Property DbTransaction As DbTransaction
 

Property Value

The transaction within which the command executes.
See Also