The DBTableVariable object contains the following methods:
Method List
| Name | Description | 
|---|---|
Disconnect
 | 
Closes the connection to the data storage to which the DB Table variable provides access. | 
IsEOF
 | 
Specifies whether the iterator is at the end of the data storage to which the DB Table variable provides access. | 
Next
 | 
Forwards the iterator to the next data row of the storage to which the DB Table variable provides access. | 
Reset
 | 
Resets the iterator and positions it on the first data row. | 
