共用方式為


DataViewSetting.Sort 屬性

定義

取得或設定一個值,指示要應用於 DataView的排序。

public:
 property System::String ^ Sort { System::String ^ get(); void set(System::String ^ value); };
public string Sort { get; set; }
member this.Sort : string with get, set
Public Property Sort As String

屬性值

該申請的 DataView類型。

備註

Sort 根據財產價值 RowFilter ,可以有兩種違約。 若 RowFilter 為空或空(即未明確指定值),則DataRowView在集合DataViewRows 的 排序為 的位置DataRow或序數。 預設情況下Sort,空字串會使 DataRowView in DataView 在集合中Rows的位置或序數DataRow上被排序。

適用於