| |
|
|
|
|
enuIfError Enumeration
Description: Represents behavior in case that Search Control can not build Where Clause. Search Control cannot build WHERE clause if:
- Search expression is empty string or contains only NoiseWords.
- If SearchColumns property not contain any Column to search
Member Name |
Description |
TwoIsOne |
In case of error, getWhereClause will return a string " 2 = 1 ". This is impossible condition for searching so, search results will allways return zero rows. |
EmptyString |
Returns empty string, without any condition. Search results will contains all rows in recordset. |
ThrowException |
If Search Control can not build WHERE clause, exception is throwed |
|
|
| |