LinqDataSourceSelectEventArgs.OrderByParameters 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取用于创建 OrderBy 子句的参数集合。
public:
property System::Collections::Specialized::IOrderedDictionary ^ OrderByParameters { System::Collections::Specialized::IOrderedDictionary ^ get(); };
public System.Collections.Specialized.IOrderedDictionary OrderByParameters { get; }
member this.OrderByParameters : System.Collections.Specialized.IOrderedDictionary
Public ReadOnly Property OrderByParameters As IOrderedDictionary
属性值
包含 OrderBy 子句参数的对象。
注解
使用 OrderByParameters 属性访问 事件处理程序中 OrderBy 子句的参数 Selecting 。 可以通过在此集合中添加或删除参数来修改 OrderBy 子句。 默认情况下, OrderByParameters 对象的 属性 LinqDataSourceSelectEventArgs 包含添加到 OrderByParameters 控件 的任何 LinqDataSource 参数。
当 属性 AutoGenerateOrderByClause 设置为 true
时,集合中的 OrderByParameters 参数不必命名。 数据将根据集合中 OrderByParameters 参数的顺序进行排序。