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 public static IFilterCompiler FilterCompiler { get; set; }
Property Value
Type:
IFilterCompilerThe filter compiler object.
See Also