Click or drag to resize

EntityViewBase<TEntity>.IBindingListView.ApplySort Method

Sorts the data source based on the given ListSortDescriptionCollection.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
void IBindingListView.ApplySort(
	ListSortDescriptionCollection sorts
)

Parameters

sorts
Type: System.ComponentModel.ListSortDescriptionCollection
The ListSortDescriptionCollection containing the sorts to apply to the data source.

Implements

IBindingListView.ApplySort(ListSortDescriptionCollection)
See Also