.cols() |
Returns a collection of columns. Syntax
The optional columns is a string or an array identifying one or more columns. If columns is not passed, all the columns are returned.
Example var v = $.udb('EMP').rows('current').cols('EMP_NO').val(); |