.isKey()

Previous Next

Finds out if this column is a key column.

Returns a boolean.

Syntax

.isKey()

This function returns true if the column is a key column, false otherwise.

 

Example

var isKey = $.udbMeta('EMP').cols('EMPLOYEE_ID').isKey();