다음을 통해 공유


UnsortableAttribute 클래스

정의

Attribute$orderby OData 쿼리 옵션에서 속성을 사용할 수 없도록 지정하기 위해 속성에 배치할 수 있는 을 나타냅니다.

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class UnsortableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type UnsortableAttribute = class
    inherit Attribute
Public NotInheritable Class UnsortableAttribute
Inherits Attribute
상속
UnsortableAttribute
특성

생성자

UnsortableAttribute()

Attribute$orderby OData 쿼리 옵션에서 속성을 사용할 수 없도록 지정하기 위해 속성에 배치할 수 있는 을 나타냅니다.

적용 대상