Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TDBDataset.Transaction

Transaction in which this dataset is running.

Declaration

Source position: db.pas line 2170

public property TDBDataset.Transaction : TDBTransaction
  read FTransaction
  write SetTransaction;

Description

Transaction points to a TDBTransaction component that represents the transaction this dataset is active in. This property should only be used for databases that support transactions.

The property can only be set when the dataset is disabled.

See also

TDBTransaction

  

Encapsulate a transaction.

TDBDataset.Database

  

Database this dataset is connected to.


Documentation generated on: Jul 24 2023