QueryFactory Class |
Namespace: Couchbase.Lite.Query
public static class QueryFactory
| Name | Description | |
|---|---|---|
| Select |
Selects all the results of the query
| |
| Select(String) |
Selects the given property path from the query under construction
| |
| SelectDistinct |
Selects only the distinct results of the query
| |
| SelectDistinct(String) |
Selects only the distinct results of the query
|