| ArrayFunction Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Couchbase.Lite.Query
 Syntax
Syntaxpublic static class ArrayFunction
The ArrayFunction type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|   | Contains | 
            Creates a function that will query if the given array expression contains
            the given element
             | 
|   | Length | 
            Creates a function that will get the length of an array
            in question
             | 
 See Also
See Also