Click or drag to resize

IFilterCompiler Interface

An interface for compiling filters on queries in languages other than C#

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
public interface IFilterCompiler

The IFilterCompiler type exposes the following members.

Methods
  NameDescription
Public methodCompileFilter
Compiles the filter.
Top
See Also