DataTable.Select Method
.NET Framework 4.5
Gets an array of DataRow objects.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Select() | Gets an array of all DataRow objects. |
|
Select(String) | Gets an array of all DataRow objects that match the filter criteria. |
|
Select(String, String) | Gets an array of all DataRow objects that match the filter criteria, in the specified sort order. |
|
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. |