DataView.ApplyDefaultSort Propiedad

Definición

Obtiene o establece un valor que indica si se va a usar la ordenación predeterminada. La ordenación predeterminada es (ascendente) por todas las claves principales, según lo especificado por 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

Valor de propiedad

true, si se usa la ordenación predeterminada; de lo contrario, false.

Atributos

Se aplica a

Consulte también