DBTable Object Properties

Applies to TestComplete 15.63, last modified on April 23, 2024

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.

See Also

DBTable Object

Highlight search results