Click or drag to resize

QueryBuilder Class

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

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

The QueryBuilder 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