次の方法で共有


DbSortClause.Ascending プロパティ

[このページは、Entity Framework 6 に関するページです。最新バージョンは、'Entity Framework' NuGet パッケージとして入手できます。Entity Framework の詳細については、msdn.com/data/ef を参照してください。]

この並べ替えキーが昇順に並べ替えられているかどうかを示す Boolean 値を取得します。

名前空間:  System.Data.Entity.Core.Common.CommandTrees
アセンブリ:  EntityFramework (EntityFramework.dll 内)

構文

'宣言
Public ReadOnly Property Ascending As Boolean 
    Get
'使用
Dim instance As DbSortClause 
Dim value As Boolean 

value = instance.Ascending
public bool Ascending { get; }
public:
property bool Ascending {
    bool get ();
}
member Ascending : bool
function get Ascending () : boolean

プロパティ値

型 : System.Boolean

参照

参照

DbSortClause クラス

System.Data.Entity.Core.Common.CommandTrees 名前空間