Overload | 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. |