EntityViewBaseTEntityIBindingListSortDirection Property  | 
 
            Gets the direction of the sort.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
SyntaxListSortDirection IBindingList.SortDirection { get; }Private ReadOnly Property SortDirection As ListSortDirection
	Implements IBindingList.SortDirection
	Get
Property Value
Type: 
ListSortDirectionReturn Value
Type: 
ListSortDirectionOne of the 
ListSortDirection values.
Implements
IBindingListSortDirection
Exceptions| Exception | Condition | 
|---|
| NotSupportedException | SupportsSorting is false.  | 
See Also