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