Click or drag to resize
EntityViewBaseTEntityApplySort Method (ListSortDescriptionCollection)
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
protected virtual void ApplySort(
	ListSortDescriptionCollection sorts
)

Parameters

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