Share via


OrderByAttribute Constructors

Definition

Overloads

OrderByAttribute()

Initializes a new instance of the OrderByAttribute class.

OrderByAttribute(String[])

Initializes a new instance of the OrderByAttribute class with the name of allowed $orderby properties.

OrderByAttribute()

Initializes a new instance of the OrderByAttribute class.

public OrderByAttribute ();
Public Sub New ()

Applies to

OrderByAttribute(String[])

Initializes a new instance of the OrderByAttribute class with the name of allowed $orderby properties.

public OrderByAttribute (params string[] properties);
new Microsoft.AspNet.OData.Query.OrderByAttribute : string[] -> Microsoft.AspNet.OData.Query.OrderByAttribute
Public Sub New (ParamArray properties As String())

Parameters

properties
String[]

Applies to