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