TableWhere Method
Filter the rows using the given SQL like expression.

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Table
Dim filterExpression As String
Dim sortBy As String
Dim returnValue As Table

returnValue = instance.Where(filterExpression, 
	sortBy)

Parameters

filterExpression
Type: SystemString
SQL like expression
sortBy (Optional)
Type: SystemString
Column name followed by ASC or DESC

Return Value

Type: Table
Table
See Also