Click or drag to resize

QueryOptionsFilter Property

Gets or sets the filter used for filtering the results of the query

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public Func<QueryRow, bool> Filter { get; set; }

Property Value

Type: FuncQueryRow, Boolean
The filter.
See Also