Versions Compared

Key

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

...

The examples below shows how to query the domain database. To see how to query a process database check the latter examples.

Example

Code Block
languagejs
var results = $XmlRepository.Query('//Customer');
$Xml.InnerXml( 'Customer', results.join() );

...