clearQueryConditions() |
Syntax clearQueryConditions(dsName)
Parameter(s)
Description clearQueryConditions() clears all the search values that are set for a data source. This includes all the search values that are either typed in by the User, or set using setSearchValue(). clearQueryConditions() is equivalent to executing setSearchValue('') for each Search Column.
Related functions: setSearchValue(), getSearchValue() |