TypedViewBaseTSelect Method |
Name | Description | |
---|---|---|
![]() | Select | Gets an array of all row objects of type T. |
![]() | Select(String) | Gets an array of all row objects of type T that match the filter criteria in order of primary key (or lacking one, order of addition.) |
![]() | Select(String, String) | Gets an array of all row objects of type T that match the filter criteria, in the specified sort order |
![]() | Select(String, String, DataViewRowState) | Gets an array of all row objects of type T that match the filter criteria, in the specified sort order that match the specified state |