共用方式為


LinqDataSourceSelectEventArgs.GroupByParameters 屬性

定義

取得用來建立 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 的任何參數。

適用於

另請參閱