Click or drag to resize

IFilterCompilerCompileFilter Method

Compiles the filter.

Namespace:  Couchbase.Lite
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
FilterDelegate CompileFilter(
	string filterSource,
	string language
)

Parameters

filterSource
Type: SystemString
The filter source code
language
Type: SystemString
The language that the source was written in

Return Value

Type: FilterDelegate
The compiled filter.
See Also