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

属性

适用于

另请参阅