DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.AdoNet.Salesforce Namespace / C1SalesforceCommand Class / DbTransaction Property

In This Topic
    DbTransaction Property (C1SalesforceCommand)
    In This Topic
    Gets or sets the transaction within which the command executes. Must be a C1.DataConnector.AdoNet.C1TransactionBase.
    Syntax
    'Declaration
     
    Protected Property DbTransaction As DbTransaction
    protected DbTransaction DbTransaction {get; set;}

    Property Value

    The transaction within which the command executes.
    See Also