Rowset.select()
note
This article is about the select() function of the Rowset object.
Rowset.select()
Makes this row set the selected row set.
Returns the 'this' object.
Syntax
*row-set*.select()
Example
var rowSet = $.udb(this.dsId).rowSet(pRef);
if (rowSet.length) rowSet.select();