OrderByFields |
Scroll |
Gets or sets the TheFieldList containing the fields the query will be sorted by.
Namespace: Therefore.API
Visual Basic Public Overridable Property OrderByFields As TheFieldList C# public virtual TheFieldList OrderByFields { get; set; }
Property ValueThe TheFieldList containing the fields the query will be sorted by. |
OrderQuery results will be sorted by the first entry in the OrderByFields list. Results with the same value in the first field will be sorted by the second OrderBy field, and so on. |