Versions Compared

Key

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

...

Code Block
languagejs
var table = $Database.GetData("MySchema", "MyTable", "Id", $Xml.Evaluate('Id'));

Remarks

If no row matches return value is empty data table.

Example

Code Block
languagejs
var table = $Database.GetData("MySchema", "MyTable", "Id", $Xml.Evaluate('Id'));

Examples

Code Block
languagejs
var table = $Database.GetData("MySchema", "MyTable", "Id", $Xml.Evaluate('Id'));