LinqDataSourceSelectEventArgs.GroupByParameters 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得用來建立 GroupBy 子句的參數集合。
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GroupByParameters { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> GroupByParameters { get; }
member this.GroupByParameters : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property GroupByParameters As IDictionary(Of String, Object)
屬性值
物件,包含 GroupBy 子句的參數。
備註
GroupByParameters您可以使用 屬性來存取 事件處理常式中 GroupBy 子句的參數 Selecting 。 您可以藉由新增或移除此集合中的參數來修改 GroupBy 子句。 根據預設, GroupByParameters 物件的 屬性 LinqDataSourceSelectEventArgs 會包含您新增至 GroupByParameters 控制項屬性 LinqDataSource 的任何參數。