LinqDataSourceSelectEventArgs.OrderGroupsByParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來建立子句的參數集合,該子句指定如何排序分組的資料。
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)
屬性值
物件,包含子句的參數,該子句指定如何排序分組的資料。
備註
當您藉由設定 GroupBy 屬性來分組資料時,您可以將 屬性設定 OrderGroupsBy 為用來分組資料的其中一個屬性,以排序分組的資料。
OrderGroupsByParameters您可以使用 屬性來存取 事件處理常式 Selecting 中 Order Groups By 子句的參數。 您可以從這個集合新增或移除參數,藉此修改 Order Groups By 子句。
根據預設, OrderGroupsByParameters 物件的 屬性 LinqDataSourceSelectEventArgs 會包含您以宣告方式新增至 OrderGroupsByParameters 控制項 之 LinqDataSource 的任何參數。