FireDAC.Comp.Client.TFDCustomSchemaAdapter.DataSets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

__property TFDAdaptedDataSet* DataSets[int AIndex] = {read=GetDataSets};

Properties

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

Description

Returns the associated TFDAdaptedDataSet dataset objects.

The DataSets indexed property allows you to enumerate the linked datasets.