Click or drag to resize

EntityView2<TEntity>.GetSortProperty Method

Gets the property descriptor for the first sortclause.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.11.0.0 (5.11.23.1114)
Syntax
protected override PropertyDescriptor GetSortProperty(
	ISortExpression appliedSorter
)

Parameters

appliedSorter
Type: SD.LLBLGen.Pro.ORMSupportClasses.ISortExpression
The applied sorter on this view..

Return Value

Type: PropertyDescriptor
See Also