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

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

    Declaration

    constructor Create(const AJoinTypeName: string; const ACondition: IdxCriteriaOperator; AType: TdxAggregateFunctionType; const AAggregatedExpression: IdxCriteriaOperator); overload;

    Parameters

    Name Type
    AJoinTypeName string
    ACondition IdxCriteriaOperator
    AType TdxAggregateFunctionType
    AAggregatedExpression IdxCriteriaOperator
    See Also