FireDAC.Phys.SQLite.TFDSQLiteFunction.Aggregated

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Aggregated: Boolean read FAggregated write SetAggregated default False;

C++

__property bool Aggregated = {read=FAggregated, write=SetAggregated, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Phys.SQLite.pas
FireDAC.Phys.SQLite.hpp
FireDAC.Phys.SQLite TFDSQLiteFunction

Description

Controls the function mode.

Use the Aggregated property to specify if the function is a scalar or an aggregated one. The default value is False.