DataView.ApplyDefaultSort 屬性

定義

取得或設定值,這個值表示是否要使用預設排序。 預設排序依據所有 PrimaryKey主鍵(由 ) 遞增排序。

public:
 property bool ApplyDefaultSort { bool get(); void set(bool value); };
public bool ApplyDefaultSort { get; set; }
[System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")]
public bool ApplyDefaultSort { get; set; }
member this.ApplyDefaultSort : bool with get, set
[<System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")>]
member this.ApplyDefaultSort : bool with get, set
Public Property ApplyDefaultSort As Boolean

屬性值

true,如果使用預設排序;否則,。 false

屬性

適用於

另請參閱