.select()

Previous Next

Makes this row set the selected row set.

Returns the 'this' object.

Syntax

.select()

 

Example

var rowSet = $.udb(this.dsId).rowSet(pRef);

if (rowSet.length) rowSet.select();