FireDAC.Stan.Intf.TFDAggregateKind

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFDAggregateKind = (akSum, akAvg, akCount, akMin, akMax, akFirst, akLast);

C++

enum DECLSPEC_DENUM TFDAggregateKind : unsigned int { akSum, akAvg, akCount, akMin, akMax, akFirst, akLast };

Propriétés

Type Visibilité  Source Unité  Parent
enum public
FireDAC.Stan.Intf.pas
FireDAC.Stan.Intf.hpp
FireDAC.Stan.Intf FireDAC.Stan.Intf

Description

Spécifie les fonctions d'agrégation SQL.

TFDAggregateKind spécifie les fonctions d'agrégation SQL.

Nom Description
akSum SUM
akAvg AVG
akCount COUNT
akMin MIN
akMax MAX
akFirst FIRST
akLast LAST

Voir aussi