Click or drag to resize

TypedViewBase<T>.Select Method

Overload List
  NameDescription
Public methodSelect()
Gets an array of all row objects of type T.
Public methodSelect(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.)
Public methodSelect(String, String)
Gets an array of all row objects of type T that match the filter criteria, in the specified sort order
Public methodSelect(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
Top
See Also