PCModelVisitorExport.writeQuery Method [AX 2012]

Writes a query that is packed in a container.

protected void writeQuery(XmlWriter _xmlWriter, container _packedQuery)

Run On

Server

Parameters

_xmlWriter
Type: XmlWriter Class
The XmlWriter in which to write.
_packedQuery
Type: container
The packed query to export.

The query is base64 encoded.

Community Additions

ADD
Show: