$.udb(ds).clearQuery()
note
This article is about the clearQuery() function of the DataSourceContainer object.
$.udb(ds).clearQuery()
Clears the query conditions of the data sources in the container.
Returns the 'this' object.
Syntax
$.udb( *ds* ).clearQuery()
The optional ds is a data source selector.
Example
$.udb('EMP').clearQuery();