FireDAC.Comp.DataSet.TFDAggregate.DataType

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 DataType: TFDDataType read GetDataType;

C++

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

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