다음을 통해 공유


OrderByAttribute 생성자

정의

오버로드

OrderByAttribute()

OrderByAttribute 클래스의 새 인스턴스를 초기화합니다.

OrderByAttribute(String[])

허용되는 $orderby 속성의 이름으로 클래스의 새 인스턴스 OrderByAttribute 를 초기화합니다.

OrderByAttribute()

OrderByAttribute 클래스의 새 인스턴스를 초기화합니다.

public OrderByAttribute ();
Public Sub New ()

적용 대상

OrderByAttribute(String[])

허용되는 $orderby 속성의 이름으로 클래스의 새 인스턴스 OrderByAttribute 를 초기화합니다.

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

매개 변수

properties
String[]

적용 대상