Click or drag to resize
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.0.0.0 (5.0.0)
Syntax
public ListSortDirection SortDirection { get; set; }

Property Value

Type: ListSortDirection

Return Value

Type: ListSortDirection
One of the ListSortDirection values.
Exceptions
ExceptionCondition
NotSupportedExceptionSupportsSorting is false.
See Also