ColsMeta.valueList()


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();

 


0 replies

Be the first to reply!

Reply