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 句を作成するために使用するパラメーターのコレクション。

適用対象