The DBTable object contains the following properties:
Property List
Name | Description |
---|---|
ColumnCount |
Returns the number of stored data columns. |
ColumnIndex |
Returns the index of the stored column by its name. |
ConnectionString |
String that specifies connection settings used to connect to a database. |
Description |
Returns the Description attribute of the DBTable element. |
Login |
Specifies the user name which the DBTable element uses to connect to the database. |
Name |
Returns the Name attribute of the given DBTable element. |
Password |
Specifies the password, which the DBTable element uses to connect to the database. |
RowCount |
Returns the number of stored data rows. |
Values |
Provides scripting access to the values stored in the given DBTable element. |
ValuesSelected |
Specifies whether the value is used for comparison or not. |