.alias()

Previous Next

Returns the alias of a column.

Syntax

.alias()

 

Example

var alias = $.udbMeta('EMP').cols('EMPNO').alias();