EntityViewBaseTEntitySetSorter Method  | 
 
            Sets the sort expression for the filtered entities in this view. It sorts the entities which are in this view, 
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxprotected virtual bool SetSorter(
	ISortExpression sorter
)
Protected Overridable Function SetSorter ( 
	sorter As ISortExpression
) As Boolean
Parameters
- sorter
 - Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter. 
Return Value
Type: 
Booleantrue if sorting took place, otherwise false.
See Also