DataTable.Select Method
.NET Framework 2.0
Gets an array of DataRow objects.
DataTable Members
System.Data Namespace
CaseSensitive
Creating and Using DataTables
| Name | Description |
|---|---|
| DataTable.Select () | Gets an array of all DataRow objects. Supported by the .NET Compact Framework. |
| DataTable.Select (String) | Gets an array of all DataRow objects that match the filter criteria in order of primary key (or lacking one, order of addition.) Supported by the .NET Compact Framework. |
| DataTable.Select (String, String) | Gets an array of all DataRow objects that match the filter criteria, in the specified sort order. Supported by the .NET Compact Framework. |
| DataTable.Select (String, String, DataViewRowState) | Gets an array of all DataRow objects that match the filter in the order of the sort that match the specified state. Supported by the .NET Compact Framework. |
Reference
DataTable ClassDataTable Members
System.Data Namespace
CaseSensitive
Other Resources
Creating and Using DataTablesCreating and Using DataTables