Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
protected virtual bool SetSorter(
	ISortExpression sorter
)

Parameters

sorter
Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The sorter.

Return Value

Type: Boolean
true if sorting took place, otherwise false.
See Also