IFilterCompilerCompileFilter Method |
Compiles the filter.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax 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:
FilterDelegateThe compiled filter.
See Also