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.5.0.0 (5.5.18.1019)
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