Rediger

Del via


Query.SaveAsXml(OutStream) Method

Version: Available or changed with runtime version 1.0.

Saves the resulting data set of a query as XML

Syntax

[Ok := ]  Query.SaveAsXml(OutStream: OutStream)

Parameters

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

OutStream
 Type: OutStream
The stream that you want to save the query as XML 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