FireDAC.Comp.Client.TFDCustomTransaction.DataSets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomTransaction

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