Create(TdxFunctionOperatorType,TEnumerable<IdxCriteriaOperator>) Constructor
Initializes a new instance of the TdxFunctionOperator class with specified settings.
Declaration
constructor Create(AType: TdxFunctionOperatorType; AOperands: TEnumerable<IdxCriteriaOperator>); overload;
Parameters
Name | Type |
---|---|
AType | TdxFunctionOperatorType |
AOperands | TEnumerable<T> |
See Also