ColsMeta.name()


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

ColsMeta.name()

Finds out what is this column's name.

Returns a string.

Syntax

$.udbMeta( ds ).cols( cols ).name()

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

Example

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

 


0 replies

Be the first to reply!

Reply