EntityViewBaseTEntitySortDirection Property |
IBindingList member. Gets the direction of the sort. This property returns the value of the first SortClause in the set sorter.
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 ListSortDirection SortDirection { get; set; }
Public Property SortDirection As ListSortDirection
Get
Set
Property Value
Type:
ListSortDirectionReturn Value
Type:
ListSortDirectionOne of the
ListSortDirection values.
ExceptionsException | Condition |
---|
NotSupportedException | SupportsSorting is false. |
See Also