Click or drag to resize

Query Class

A factory class for generating the initial portion of a query
Inheritance Hierarchy
SystemObject
  Couchbase.Lite.QueryQuery

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 0.0.0
Syntax
C#
public static class Query

The Query type exposes the following members.

Methods
  NameDescription
Public methodStatic memberSelect
Selects the given property path from the query under construction
Public methodStatic memberSelectDistinct
Selects only the distinct results of the query
Top
See Also