DbSortClause.Ascending プロパティ

定義

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

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

プロパティ値

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

適用対象