FireDAC.Comp.DataSet.TFDAggregate.DataType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataType: TFDDataType read GetDataType;

C++

__property Firedac::Stan::Intf::TFDDataType DataType = {read=GetDataType, nodefault};

Properties

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

Description

Returns the data type of the aggregated value.

Use the DataType property to get the data type of the value returned by the aggregated expression.

See Also