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 子句。

適用於