Click or drag to resize

DataAccessFilterOrderByFields Property

Gets the order by fields.

Namespace:  Aloe.SystemFrameworks.Domain.DataAccess
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public IEnumerable<OrderByField> OrderByFields { get; }

Property Value

Type: IEnumerableOrderByField
The order by fields.
See Also