OrderByClause.ThenBy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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