Export resultSet to XML String
let s=result.toXMLString();
let s=result.toXMLString(properties);
Property
|
Description
|
type
|
array / object
|
notempty
|
don't export empty values
|
trim
|
trim strings
|
notnull
|
don't export null values
|
fieldmapping
|
Define field mapping
|
onlydefineditems
|
true=only with fieldmapping defined items
|
onlyitem
|
define return type
json: true: @value={}, false: @value:[{},{}...]
|
linefeed
|
activate linefeed and define the linefeed
Line feed present the end of an row
|
rowcount
|
count of entries to export
|
odataversion
|
export for odata version
Support 2 or 4, default is 4
|
level
|
For visual formatting: define the level
This activate the line feed and overwrite existing linefeed settings
|
noheader
|
if true, the system suppress the header (value=..)
|
supported format
|