FireDAC.Comp.Client.TFDCustomTransaction.DataSets

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomTransaction

Delphi

property DataSets[AIndex: Integer]: TFDDataSet read GetDataSets;

C++

__property Firedac::Comp::Dataset::TFDDataSet* DataSets[int AIndex] = {read=GetDataSets};

Description

Returns the dataset associated with the transaction by its index.

Returns the dataset whose TFDRdbmsDataSet.Transaction property points to the transaction by its dataset index.

See Also