DynamicQuery::AddConstraint (open)
Adds a constraint to the query of the form 'table.column OPERATOR value'. Comparisons will be done case-sensitive.
Syntax
LOADLIB "wh::dbase/dynquery.whlib";
MACRO AddConstraint(STRING _column, STRING type, VARIANT value)Parameters
STRING _columnName of the column
STRING typeOperator (one of '>', '>=', '=', '!=', '<', '<=', 'LIKE')
VARIANT valueValue to compare to