[]
        
(Showing Draft Content)

C1.DataConnector.AdoNet.C1CommandBase.DbTransaction

DbTransaction Property

DbTransaction

Gets or sets the transaction within which the command executes. Must be a C1.DataConnector.AdoNet.C1TransactionBase.

Declaration
protected override DbTransaction DbTransaction { get; set; }
Property Value
Type Description
DbTransaction

The transaction within which the command executes.

Overrides