The DBTableVariable object contains the following properties:
Property List
| Name | Description | 
|---|---|
ColumnCount | 
Returns the number of columns in the data storage the DB Table variable provides access to. | 
ColumnName | 
Returns the name of a column by the column’s index in the data storage to which the DB Table variable provides access. | 
Value | 
Provides access to the column value that belongs to the current row. | 
