ColsMeta.alias()


This article is about the alias() function of the ColsMeta object.

ColsMeta.alias()

Returns the alias of a column.

Syntax

$.udbMeta( ds ).cols( cols ).alias()

The optional ds is a data source selector. The optional cols is a column selector.

Example

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

 


0 replies

Be the first to reply!

Reply