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.4.0.0 (5.4.0)
Syntax protected 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