[]
Gets or sets the sort expression.
public virtual string OrderBy { get; set; }
A string that contains the field name followed by "ASC" or "asc" (ascending) or "DESC" or "desc" (descending). Fields are sorted ascending by default. Multiple fields can be separated by commas.