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