.searchCols()

Previous Next

Gets all columns, or a set of specified columns.

Returns a collection of columns.

Syntax

.searchCols( columns )

The optional columns is a string or an array of strings that identify a set of columns. If columns is omitted, all columns in the data source are returned.

 

Example

$.udb('EMP').searchCols().clear();
$.udb('EMP').searchCols('EMPNO').val('10');