ColsMeta.altInputFormats()


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

ColsMeta.altInputFormats()

Returns an array of the alternative input formats of the first item.

Syntax

$.udbMeta( ds ).cols( cols ).altInputFormats()

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

Example

var altFormats = $.udbMeta('EMP').cols('POSTAL_CODE').altInputFormats();

 


0 replies

Be the first to reply!

Reply