Share via


NotSortableAttribute Class

Definition

Represents an Attribute that can be placed on a property to specify that the property cannot be used in the $orderby OData query option.

[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
Inheritance
NotSortableAttribute
Attributes

Constructors

NotSortableAttribute()

Applies to