DatabaseQuery.Filter Property
Gets or sets a filter condition.
Syntax
public AttributeVariable< System.String > Filter { get; set; }
Property Value
Default: ""
A filter condition using a SQL WHERE clause.
Remarks
The filter is appended to the SQL SELECT statement used to fetch features from the database. The same syntax as when using the SelectStatement can be used.
:keyColumn >= 10
will filter out features with an ID lower than 10.
Platforms
Windows, Linux, Android