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)
Syntax
'Declaration
Public Sub MoveDataTableCursor ( _
dataSourceName As String, _
dataTableName As String _
)
public void MoveDataTableCursor(
string dataSourceName,
string dataTableName
)
public:
void MoveDataTableCursor(
String^ dataSourceName,
String^ dataTableName
)
member MoveDataTableCursor :
dataSourceName:string *
dataTableName:string -> unit
public function MoveDataTableCursor(
dataSourceName : String,
dataTableName : String
)
Parameters
- dataSourceName
Type: System.String
The data source name.
- dataTableName
Type: System.String
A table that is found in the data source.
Exceptions
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. |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.WebTesting Namespace