Overload List

  NameDescription
Select()()()
Gets an array of all DataRow objects.
(Inherited from 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.)
(Inherited from DataTable.)
Select(String, String)
Gets an array of all DataRow objects that match the filter criteria, in the specified sort order.
(Inherited from 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.
(Inherited from DataTable.)

See Also