OrderByAttribute Constructors
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.
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[]