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