DataViewSetting.Sort 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指示要應用於 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在集合DataView中 Rows 的 排序為 的位置DataRow或序數。 預設情況下Sort,空字串會使 DataRowView in DataView 在集合中Rows的位置或序數DataRow上被排序。