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.12.0.0 (5.12.0)
Syntaxpublic PropertyDescriptor SortProperty { get; set; }Public Property SortProperty As PropertyDescriptor
	Get
	Set
Property Value
Type: 
PropertyDescriptorReturn Value
Type: 
PropertyDescriptorThe 
PropertyDescriptor that is being used for sorting.
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | SupportsSorting is false.  | 
See Also