This mixin grants filtering capabilities to a table statement instance via
composition.
Methods
-
where(searchConditionStr)
-
Establishes the filtering criteria for the statement, that determines which records are selected, updated or deleted. This method does not cause the statement to be executed but changes the statement boundaries, which means that if it has been prepared before, it needs to be re-prepared.
Parameters:
Name Type Description searchConditionStr
SearchConditionStr The filtering criteria specified as a string or an X DevAPI expression. Returns:
The instance of the statement itself following a fluent API convention.- Type
- Filtering