DataConnector | ComponentOne
C1.AdoNet.OData 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
    protected override DbTransaction DbTransaction {get; set;}

    Property Value

    The transaction within which the command executes.
    See Also