Filter the rows using the given SQL like expression.
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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
戻り値
型:
TableTable
参照