Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WebTest::MoveDataTableCursor Method (String^, String^)

 

Advances the cursor in the data table to the next record.

Namespace:   Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

public:
void MoveDataTableCursor(
	String^ dataSourceName,
	String^ dataTableName
)

Parameters

dataSourceName
Type: System::String^

The data source name.

dataTableName
Type: System::String^

A table that is found in the data source.

Exception Condition
ArgumentException

dataSourceName does not represent a data source that is found in the internal Web performance test data source collection.

ArgumentException

dataTableName does not represent a table that is found in dataSourceName.

Return to top
Show: