FireDAC.Comp.Client.TFDCustomSchemaAdapter.DataSets
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomSchemaAdapter | |
Delphi
property DataSets[AIndex: Integer]: TFDAdaptedDataSet read GetDataSets;
C++
__property TFDAdaptedDataSet* DataSets[int AIndex] = {read=GetDataSets};
Description
Returns the associated TFDAdaptedDataSet dataset objects.
The DataSets indexed property allows you to enumerate the linked datasets.