EntityViewBaseTEntityGetSortProperty Method |
Gets the property descriptor for the first sortclause.
Namespace: SD.LLBLGen.Pro.ORMSupportClassesAssembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax protected abstract PropertyDescriptor GetSortProperty(
ISortExpression appliedSorter
)
Protected MustOverride Function GetSortProperty (
appliedSorter As ISortExpression
) As PropertyDescriptor
Parameters
- appliedSorter
- Type: SD.LLBLGen.Pro.ORMSupportClassesISortExpression
The applied sorter on this view..
Return Value
Type:
PropertyDescriptorSee Also