Share via


IsSortableAttribute Klasse

Definition

Gibt an, dass das Feld in Orderby-Ausdrücken verwendet werden kann. Ungültig für Zeichenfolgenauflistungsfelder.

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

Konstruktoren

IsSortableAttribute()

Gibt an, dass das Feld in Orderby-Ausdrücken verwendet werden kann. Ungültig für Zeichenfolgenauflistungsfelder.

Gilt für: