Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the OrderByOpenPropertyNode class.
Namespace: System.Web.OData.Query
Assembly: System.Web.OData (in System.Web.OData.dll)
Syntax
public OrderByOpenPropertyNode(
OrderByClause orderByClause
)
public:
OrderByOpenPropertyNode(
OrderByClause^ orderByClause
)
new :
orderByClause:OrderByClause -> OrderByOpenPropertyNode
Public Sub New (
orderByClause As OrderByClause
)
Parameters
orderByClause
Type: Microsoft.OData.Core.UriParser.Semantic.OrderByClauseThe order by clause for this open property.
See Also
OrderByOpenPropertyNode Class
System.Web.OData.Query Namespace
Return to top