DataView.ApplyDefaultSort 属性
定义
获取或设置一个值,该值指示是否使用默认排序。Gets or sets a value that indicates whether to use the default sort. 默认排序是通过 PrimaryKey 指定的所有主键进行排序(升序)。The default sort is (ascending) by all primary keys as specified by PrimaryKey.
public:
property bool ApplyDefaultSort { bool get(); void set(bool value); };
[System.Data.DataSysDescription("DataViewApplyDefaultSortDescr")]
public bool ApplyDefaultSort { get; set; }
member this.ApplyDefaultSort : bool with get, set
Public Property ApplyDefaultSort As Boolean
属性值
如果使用默认排序,则为 true
;否则为 false
。true
, if the default sort is used; otherwise, false
.
- 属性