UnsortableAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 UnsortableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type UnsortableAttribute = class
inherit Attribute
Public NotInheritable Class UnsortableAttribute
Inherits Attribute
- Inheritance
-
UnsortableAttribute
- Attributes
Constructors
UnsortableAttribute() |