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