FireDAC.Comp.DataSet.TFDAggregate.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property DataSet: TFDDataSet read GetDataSet;

C++

__property TFDDataSet* DataSet = {read=GetDataSet};

Description

Returns the reference to the dataset.

Use the DataSet property to get the reference to the dataset containing this aggregated value.

See Also