FireDAC.Comp.Client.TFDCustomSchemaAdapter.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: 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.