QueryContext.OrderByParameters プロパティ

定義

取得したデータの並べ替えに使用するフィールドを指定するパラメーターのコレクションを取得または設定します。

public:
 property System::Collections::Specialized::IOrderedDictionary ^ OrderByParameters { System::Collections::Specialized::IOrderedDictionary ^ get(); };
public System.Collections.Specialized.IOrderedDictionary OrderByParameters { get; }
member this.OrderByParameters : System.Collections.Specialized.IOrderedDictionary
Public ReadOnly Property OrderByParameters As IOrderedDictionary

プロパティ値

OrderBy 句を作成するためにデータ ソースで使用するパラメーター コレクション。

適用対象