Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V22.1
  • Create(string,string,TdxAggregateFunctionType,IdxCriteriaOperator) Constructor

    Initializes a new instance of the TdxAggregateOperand class with specified settings.

    Declaration

    constructor Create(const ACollectionProperty: string; const AAggregatedExpression: string; AAggregateFunctionType: TdxAggregateFunctionType; const ACondition: IdxCriteriaOperator); overload;

    Parameters

    Name Type
    ACollectionProperty string
    AAggregatedExpression string
    AAggregateFunctionType TdxAggregateFunctionType
    ACondition IdxCriteriaOperator
    See Also