UniDAC

TCustomUniDataSet.UpdateTransaction Property

Used to specify the TUniTransaction object in the context of which update commands will be executed.

Class

TCustomUniDataSet

Syntax

property UpdateTransaction: TUniTransaction;

Remarks

Use the UpdateTransaction property to specify the TUniTransaction object in the context of which update commands will be executed. Update commands are commands that are executed automatically, when data is edited in the dataset with Insert/Post, Edit/Post, or with other similar methods.

If this property is not specified, the transaction object specified in the Transaction property, or the default transaction associates with linked TUniConnection will be used. This transaction will wok in AutoCommit mode.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback