WizardTableListFilter Property

Filter used to get data.

Definition

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

Property Value

String

Remarks


string conditions must be enquoted

The following is an example of a filter to get only customers from MADRID
Clientes.Provincia='MADRID'

See Also