DataTable::Select Method
.NET Framework (current version)
Gets an array of DataRow objects.
Assembly: System.Data (in System.Data.dll)
| 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. |
Show:
