Skip to main content
Version: 10.1

ColsMeta.valueList()

note

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

ColsMeta.valueList()

Gets the list of allowed values of a column.

Returns an array.

Syntax

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

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

Example

var empCountries = $.udbMeta('EMP').cols('COUNTRY').valueList();