.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
Example var ks = $.udb('EMP').rows('current').keyString(); |