CurrentTableNumber
- Last UpdatedNov 25, 2015
- 1 minute read
This read-only property returns the table index most recently set by the last call to SelectTable().
This property returns 0 by default immediately after a command object (returning a dataset that is not empty) is run successfully.
This property returns -1 if any of the following conditions occurred:
-
An invalid index was passed in the last call to SelectTable()
-
The resulting dataset is empty
Syntax
long CurrentTableNumber;