Versions Compared

Key

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

...

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

Arguments

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

...

Specifies the binding parameters on xquery string.
string collection
Specifies the collection name to query. If not specified, the domain database will be queried.

Remarks

If query does not return any result than return value is empty array.

...

See Also