| IViewCompiler Interface | 
Namespace: Couchbase.Lite
 Syntax
Syntaxpublic interface IViewCompiler
The IViewCompiler type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompileMap | 
            Compiles source code into a MapDelegate.
             | 
|  | CompileReduce | 
            Compiles source code into a ReduceDelegate.
             | 
 See Also
See Also