Skip to main content
Version: 10.1

ColsMeta.label()

note

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

warning

This function is now obsolete. Prefer ColsMeta.prompt().

ColsMeta.label()

Returns this column's prompt. This is determined by the "Prompt" column attribute in USoft Definer.

Returns a string.

Syntax

$.udbMeta( *ds* ).cols( *cols* ).label()

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

Example

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