WebTest.MoveDataTableCursor Method (String, String, Int32)

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, _
    newRowIndex As Integer _
)
public void MoveDataTableCursor(
    string dataSourceName,
    string dataTableName,
    int newRowIndex
)
public:
void MoveDataTableCursor(
    String^ dataSourceName, 
    String^ dataTableName, 
    int newRowIndex
)
member MoveDataTableCursor : 
        dataSourceName:string * 
        dataTableName:string * 
        newRowIndex:int -> unit 
public function MoveDataTableCursor(
    dataSourceName : String, 
    dataTableName : String, 
    newRowIndex : int
)

Parameters

.NET Framework Security

See Also

Reference

WebTest Class

MoveDataTableCursor Overload

Microsoft.VisualStudio.TestTools.WebTesting Namespace