A Sandcastle Documented Class Library
A Sandcastle Documented Class Library
Couchbase.Lite
IViewCompiler Interface
IViewCompiler Methods
CompileMap Method
CompileReduce Method
IViewCompiler
CompileReduce Method
Compiles source code into a
ReduceDelegate
.
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 1.4.1-b107
Syntax
C#
Copy
ReduceDelegate
CompileReduce
(
string
source
,
string
language
)
Parameters
source
Type:
System
String
The source code to compile into a
ReduceDelegate
.
language
Type:
System
String
The language of the source.
Return Value
Type:
ReduceDelegate
A compiled
ReduceDelegate
.
See Also
Reference
IViewCompiler Interface
Couchbase.Lite Namespace