Udostępnij za pośrednictwem


NotSortableAttribute Klasa

Definicja

Reprezentuje obiekt Attribute , który można umieścić we właściwości, aby określić, że nie można użyć właściwości w opcji zapytania OData $orderby.

[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
Dziedziczenie
NotSortableAttribute
Atrybuty

Konstruktory

NotSortableAttribute()

Reprezentuje obiekt Attribute , który można umieścić we właściwości, aby określić, że nie można użyć właściwości w opcji zapytania OData $orderby.

Dotyczy