MetaTable.SortDescending プロパティ

定義

エントリが外部キーリレーションシップの親として使用される場合に、エントリが降順で並べ替えられるかどうかを示す値を取得します。

public:
 property bool SortDescending { bool get(); };
public:
 virtual property bool SortDescending { bool get(); };
public bool SortDescending { get; }
public virtual bool SortDescending { get; }
member this.SortDescending : bool
Public ReadOnly Property SortDescending As Boolean
Public Overridable ReadOnly Property SortDescending As Boolean

プロパティ値

true エントリが降順で並べ替えられる場合。それ以外の場合は false

注釈

System.ComponentModel.DataAnnotations.DisplayColumnAttribute属性を使用して並べ替え順序を指定できます。

適用対象