Click or drag to resize

ArrayFunction Class

A class for generating query functions that operate on array types
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryArrayFunction

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static class ArrayFunction

The ArrayFunction type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContains
Creates a function that will query if the given array expression contains the given element
Public methodStatic memberLength
Creates a function that will get the length of an array in question
Top
See Also