.keysString()

Previous Next

Gets the keys string of the first record in the collection.

Returns a key string. If no record is available, undefined is returned.

Syntax

.keysString()

 

Example

var ks = $.udb('EMP').rows('current').keyString();