Query.SaveAsXml(Text) Method

Version: Available or changed with runtime version 1.0.

Saves the resulting data set of a query as XML

Note

This method is supported only in Business Central on-premises.

Syntax

[Ok := ]  Query.SaveAsXml(FileName: Text)

Parameters

Query
 Type: Query
An instance of the Query data type.

FileName
 Type: Text
The path and name of the file that you want to save the query to.

Return Value

[Optional] Ok
 Type: Boolean
true if the operation was successful; otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

Query Data Type
Get Started with AL
Developing Extensions