DataTable.Select Method (String, String)
.NET Framework (current version)
Gets an array of all DataRow objects that match the filter criteria, in the specified sort order.
Assembly: System.Data (in System.Data.dll)
Parameters
- filterExpression
-
Type:
System.String
The criteria to use to filter the rows. For examples on how to filter rows, see DataView RowFilter Syntax [C#].
- sort
-
Type:
System.String
A string specifying the column and sort direction.
To form the filterExpression argument, use the same rules for creating the DataColumn class's Expression property value. The Sort argument also uses the same rules for creating class's Expression strings.
If the column on the filter contains a null value, it will not be part of the result.
.NET Framework
Available since 1.1
Available since 1.1
Show: