Click or drag to resize

QueryFactory Class

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

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0074
Syntax
C#
public static class QueryFactory
Methods
  NameDescription
Public methodStatic memberSelect
Selects all the results of the query
Public methodStatic memberSelect(String)
Selects the given property path from the query under construction
Public methodStatic memberSelectDistinct
Selects only the distinct results of the query
Public methodStatic memberSelectDistinct(String)
Selects only the distinct results of the query
Top
See Also