.keysXML()

Previous Next

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

.keysXML()

 

Example

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