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
- dataSourceName
Type: String
- dataTableName
Type: String
- newRowIndex
Type: Int32
.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.