Versions Compared

Key

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

Overview

DataTable my$Database $Database.GetData(schema: string, table: string, column: string, value: any)

DataTable my$Database $Database.GetData(store: string, schema: string, table: string, column: string, value: any)

...

Name or Id number of target data store. This parameter is optional.

Remarks

If no row matches return value is empty data table.

Example

...

languagejs

...

.

...

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'));

...

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