MetaTable.SortDescending プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エントリが外部キー リレーションシップの親として使用される場合に、エントリを降順で並べ替えるかどうかを示す値を取得します。
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 指定できます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET