Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

...

Array<Xml> $XmlRepository.QueryXml(xquery: string)

...

Array<Xml> $XmlRepository.QueryXml(xquery: string, parameters: object)

...

Specifies the query to perform on the database. The syntax of the query is quite detailed. More information can be found on xquery standard page.
object parameters

...