ColsMeta.defValue()


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

ColsMeta.defValue()

Returns the default value of a column.

Syntax

$.udbMeta( ds ).cols( cols ).defValue()

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

Example

var val = $.udbMeta('EMP').cols('EMPNO').defValue();

 


0 replies

Be the first to reply!

Reply