ColsMeta.ioFormat()


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

ColsMeta.ioFormat()

Returns the IO format of the first item.

Syntax

$.udbMeta( ds ).cols( cols ).ioFormat()

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

Example

var pattern = $.udbMeta('EMP').cols('POSTAL_CODE').ioFormat();

 


0 replies

Be the first to reply!

Reply