Skip to main content

Create(TClass,IdxCriteriaOperator,TdxAggregateFunctionType,IdxCriteriaOperator) Constructor

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

Declaration

constructor Create(AJoinType: TClass; const ACondition: IdxCriteriaOperator; AType: TdxAggregateFunctionType; const AAggregatedExpression: IdxCriteriaOperator); overload;

Parameters

Name Type
AJoinType TClass
ACondition IdxCriteriaOperator
AType TdxAggregateFunctionType
AAggregatedExpression IdxCriteriaOperator
See Also