FireDAC.Comp.DataSet.TFDAggregate.DataSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSet: TFDDataSet read GetDataSet;

C++

__property TFDDataSet* DataSet = {read=GetDataSet};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDAggregate

Description

Returns the reference to the dataset.

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

See Also