Skip to main content
Version: 10.1

Rows.keysString()

note

This article is about the keysString() function of the Rows object.

Rows.keysString()

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

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

Syntax

*rows*.keysString()

Example

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