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

属性

適用対象

こちらもご覧ください