Share via


QueryContext.OrderByParameters 属性

定义

获取或设置一个参数集合,这些参数指定使用哪些字段对检索到的数据进行排序。

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 子句的参数集合。

适用于