EntityCollectionBase2<TEntity>.Sort Method |
Name | Description | |
---|---|---|
![]() | Sort(Int32, ListSortDirection) |
Applies sorting like IBindingList.ApplySort, on the field with the index fieldIndex and with the direction specified.
(Inherited from CollectionCore<T>.) |
![]() | Sort(PropertyDescriptor, ListSortDirection, IComparer<Object>) |
Sorts the collection.
(Inherited from CollectionCore<T>.) |
![]() | Sort(String, ListSortDirection, IComparer<Object>) |
Sorts the collection.
(Inherited from CollectionCore<T>.) |
![]() | Sort(Int32, ListSortDirection, IComparer<Object>) |
Sorts the collection.
(Overrides CollectionCore<T>.Sort(Int32, ListSortDirection, IComparer<Object>).) |