SelectExpandTermToken.OrderByOptions 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 orderby options for this select or expand term.
public System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.OrderByToken> OrderByOptions { get; }
member this.OrderByOptions : seq<Microsoft.OData.UriParser.OrderByToken>
Public ReadOnly Property OrderByOptions As IEnumerable(Of OrderByToken)