DataView.ApplyDefaultSort Proprietà

Definizione

Ottiene o imposta un valore che indica se usare l'ordinamento predefinito. L'ordinamento predefinito è (ascendente) in base a tutte le chiavi primarie come specificato da 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

Valore della proprietà

true se viene usato l'ordinamento predefinito; in caso contrario, false.

Attributi

Si applica a

Vedi anche