RowFieldsBase.SortOrders property

namespace: Serenity.Data   assemblySerenity.Net.Entity

Gets the sort orders.

public Tuple<Field, bool>[] SortOrders { get; }

Property Value

The sort orders.

See Also