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