Reset Method

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

Description

Project, project suite or keyword test variables of the DB Table type provide access to data stored in database tables or queries, Excel workbooks or CSV files. The variables also support iterating through rows of these data storages. The Reset method sets the iterator to the initial position - on the first data row.

Declaration

DBTableVariableObj.Reset()

DBTableVariableObj An expression, variable or parameter that specifies a reference to a DBTableVariable object
Result None

Applies To

The method is applied to the following object:

Result Value

None.

Remarks

After a call to Reset, the iterator is on the first row of the storage. There is no need to call Next to navigate to the first row.

Example

For an example of the Reset method's use, see Variables of the DB Table Type.

See Also

Variables of the DB Table Type
Next Method
IsEOF Method

Highlight search results