다음을 통해 공유


NotSortableAttribute 클래스

정의

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

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

생성자

NotSortableAttribute()

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

적용 대상