Click or drag to resize
EntityViewBaseTEntitySortProperty Property
Gets the PropertyDescriptor that is being used for sorting.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
public PropertyDescriptor SortProperty { get; set; }

Property Value

Type: PropertyDescriptor

Return Value

Type: PropertyDescriptor
The PropertyDescriptor that is being used for sorting.
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also