WizardTableLinkOrder Property

Order applied to data. If empty, no sort will be applied.

Definition

Namespace: Aliquo.Windows.Wizard.Link
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
public string Order { get; set; }

Property Value

String

Remarks


Several fields can be declared, separated by comma

ASC => ASCending (default)

DESC => DESCending

The following is an example of a sort expression
Notas.Id, Notas.FechaPresupuesto DESC

See Also