次の方法で共有


DbSortClause.Ascending プロパティ

定義

この並べ替えキーで昇順の並べ替え順序を使用するかどうかを示す Boolean 値を取得します。

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

プロパティ値

この並べ替えキーで昇順が使用される場合は true。それ以外の場合は false

適用対象