QueryContext.OrderGroupsByParameters プロパティ

定義

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

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ OrderGroupsByParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> OrderGroupsByParameters { get; }
member this.OrderGroupsByParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property OrderGroupsByParameters As IDictionary(Of String, Object)

プロパティ値

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

適用対象