Share via


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 属性的任何参数。

适用于

另请参阅