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

屬性

適用於

另請參閱