Click or drag to resize
EntityCollectionBase2<TEntity>.Sort Method
Overload List
  NameDescription
Public methodSort(Int32, ListSortDirection)
Applies sorting like IBindingList.ApplySort, on the field with the index fieldIndex and with the direction specified.
(Inherited from CollectionCore<T>.)
Protected methodSort(PropertyDescriptor, ListSortDirection, IComparer<Object>)
Sorts the collection.
(Inherited from CollectionCore<T>.)
Public methodSort(String, ListSortDirection, IComparer<Object>)
Sorts the collection.
(Inherited from CollectionCore<T>.)
Public methodSort(Int32, ListSortDirection, IComparer<Object>)
Sorts the collection.
(Overrides CollectionCore<T>.Sort(Int32, ListSortDirection, IComparer<Object>).)
Top
See Also