Skip to main content
Version: 10.1

Rows.keysXML()

note

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

Rows.keysXML()

Gets an XML string representing the keys of the first record in the collection.

Returns a keys XML representation. If no record is available, undefined is returned.

Syntax

*rows*.keysXML()

Example

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