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.12.0.0 (5.12.0)
Syntaxvoid IBindingListView.ApplySort(
	ListSortDescriptionCollection sorts
)
Private Sub ApplySort ( 
	sorts As ListSortDescriptionCollection
) Implements IBindingListView.ApplySort
Parameters
- sorts
 - Type: System.ComponentModelListSortDescriptionCollection
The ListSortDescriptionCollection containing the sorts to apply to the data source. 
Implements
IBindingListViewApplySort(ListSortDescriptionCollection)
See Also