DataView.ApplyDefaultSort Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der angibt, ob die Standardsortierung verwendet werden soll. Die Standardsortierung ist (aufsteigend) nach allen Primärschlüsseln wie angegeben.PrimaryKey

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

Eigenschaftswert

true, wenn die Standardsortierung verwendet wird; andernfalls . false

Attribute

Gilt für:

Weitere Informationen