Click or drag to resize
EntityViewBaseTEntityIBindingListViewApplySort 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.3.0.0 (5.3.0)
Syntax
void IBindingListView.ApplySort(
	ListSortDescriptionCollection sorts
)

Parameters

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

Implements

IBindingListViewApplySort(ListSortDescriptionCollection)
See Also