OrderByFieldDirection Property |
Gets the order direction.
Namespace:
Aloe.SystemFrameworks.Domain.DataAccess
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic OrderDirection Direction { get; }
Public ReadOnly Property Direction As OrderDirection
Get
public:
property OrderDirection^ Direction {
OrderDirection^ get ();
}
member Direction : OrderDirection with get
Property Value
Type:
OrderDirection
The direction.
See Also