.searchCols() |
Gets all columns, or a set of specified columns. Returns a collection of columns. Syntax
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(); |