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