IsSortableAttribute クラス

定義

フィールドを orderby 式で使用できることを示します。 文字列コレクション フィールドには無効です。

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

コンストラクター

IsSortableAttribute()

フィールドを orderby 式で使用できることを示します。 文字列コレクション フィールドには無効です。

適用対象