wwBusinessObject::nresultmode

Determines how data requests are returned for Query or ConvertData() calls. Results are always returned in the vResult property.

Default Value

**Cursor XML Modes** 0 - VFP Cursor (just returns) 1 - XML from cursor 2 - XML from cursor with Schema 3 - XML from cursor with DTD 5 - XML from Cursor using VFPs CursorToXML 6 - XML from Cursor using VFPs CursorToXML with Schema **Object XML Modes:** 11 - XML from oData member 12 - XML from oData member with Schema 13 - XML from oData member with DTD 20 - XML from object hierarchical (No Schema/DTD) **Json Modes:** 50 - Raw unformatted Json 51 - Formatted Json **Miscellaneous Modes:** 30 - ADO recordset from cursor 40 - Binary conversion of VFP cursor (EncodeDbf) 64 - FoxPro Collection of objects

See also