Rows.keysXML()


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();

 


0 replies

Be the first to reply!

Reply