Create(string,string,TdxAggregateFunctionType) Constructor
Initializes a new instance of the TdxAggregateOperand class with specified settings.
Declaration
constructor Create(const ACollectionProperty: string; const AAggregatedExpression: string; AAggregateFunctionType: TdxAggregateFunctionType); overload;
Parameters
| Name | Type |
|---|---|
| ACollectionProperty | string |
| AAggregatedExpression | string |
| AAggregateFunctionType | TdxAggregateFunctionType |
See Also