DataView.ApplyDefaultSort Proprietà

Definizione

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

Valore della proprietà

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

Attributi

Si applica a

Vedi anche