Click or drag to resize

QueryPostFilter Property

Gets or sets an optional predicate that filters the resulting query rows. If present, it's called on every row returned from the query, and if it returnsfalseNO the row is skipped.

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

Property Value

Type: FuncQueryRow, Boolean
See Also