ColsMeta.domain()


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

ColsMeta.domain()

Gets the domain name of a column.

Returns a string.

Syntax

$.udbMeta( ds ).cols( cols ).domain()

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

Example

var colDomain = $.udbMeta('EMP').cols('COUNTRY').domain();

 


0 replies

Be the first to reply!

Reply