FireDAC.Phys.SQLite.TFDSQLiteFunction.Aggregated

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Aggregated: Boolean read FAggregated write SetAggregated default False;

C++

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

Propriétés

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


Description

Contrôle le mode de fonction.

Utilisez la propriété Aggregated pour spécifier si la fonction est scalaire ou d'agrégation. La valeur par défaut est False.