OrderByClause.ThenBy Property

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

Namespace:  Microsoft.Data.OData.Query.SemanticAst
Assembly:  Microsoft.Data.OData (in Microsoft.Data.OData.dll)

Syntax

'Declaration
Public ReadOnly Property ThenBy As OrderByClause 
    Get
'Usage
Dim instance As OrderByClause 
Dim value As OrderByClause 

value = instance.ThenBy
public OrderByClause ThenBy { get; }
public:
property OrderByClause^ ThenBy {
    OrderByClause^ get ();
}
member ThenBy : OrderByClause
function get ThenBy () : OrderByClause

Property Value

Type: Microsoft.Data.OData.Query.SemanticAst.OrderByClause
The next orderby to perform after performing this orderby, can be null in the case of only a single orderby expression.

See Also

Reference

OrderByClause Class

Microsoft.Data.OData.Query.SemanticAst Namespace