SelectTable()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the SelectTable() method to select the table with the index TableIndex in the memory dataset.
You can then read, delete, or update this DataTable.
Syntax
result SelectTable(
long RowNumber)
Parameters
TableNumber
A zero-based index of the table in the memory dataset.
Remarks
By default, immediately after a command object returns a non- empty dataset that runs successfully the table with index 0 is selected.