Create(string,IdxCriteriaOperator,IdxCriteriaOperator) Constructor
Initializes a new instance of the TdxBetweenOperator class with specified settings.
Declaration
constructor Create(const ATestPropertyName: string; const ABeginExpression: IdxCriteriaOperator; const AEndExpression: IdxCriteriaOperator); overload;
Parameters
| Name | Type |
|---|---|
| ATestPropertyName | string |
| ABeginExpression | IdxCriteriaOperator |
| AEndExpression | IdxCriteriaOperator |
See Also