.clear()

Previous Next

Clears all rows from the row set.

Returns the 'this' object.

Syntax

.clear()

 

Example

$.udb().each(

 function(index, ds) {

         $.udb(ds).rowSet('current').clear();

 }

);