TableWhere メソッド
Filter the rows using the given SQL like expression.

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Table
Dim filterExpression As String
Dim sortBy As String
Dim returnValue As Table

returnValue = instance.Where(filterExpression, 
	sortBy)

パラメータ

filterExpression
型: SystemString
SQL like expression
sortBy(省略可)
型: SystemString
Column name followed by ASC or DESC

戻り値

型: Table
Table
参照