IsSortableAttribute Class

Definition

Indicates that the field can be used in orderby expressions. Not valid for string collection fields.

[System.AttributeUsage(System.AttributeTargets.Property)]
public class IsSortableAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type IsSortableAttribute = class
    inherit Attribute
Public Class IsSortableAttribute
Inherits Attribute
Inheritance
IsSortableAttribute
Attributes

Constructors

IsSortableAttribute()

Applies to