Share via


OrderByClause.ThenBy Property

Definition

Gets the next orderby to perform after performing this orderby, can be null in the case of only a single orderby expression.

public Microsoft.OData.UriParser.OrderByClause ThenBy { get; }
member this.ThenBy : Microsoft.OData.UriParser.OrderByClause
Public ReadOnly Property ThenBy As OrderByClause

Property Value

Applies to