Click or drag to resize

DatabaseFilterCompiler Property

Gets or sets an object that can compile source code into FilterDelegate.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public static IFilterCompiler FilterCompiler { get; set; }

Property Value

Type: IFilterCompiler
The filter compiler object.
See Also