QuerySelectDistinct Method |
Selects only the distinct results of the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public static ISelect SelectDistinct(
params ISelectResult[] resultsToSelect
)
Parameters
- resultsToSelect
- Type: Couchbase.Lite.QueryISelectResult
The results to select
Return Value
Type:
ISelectThe initial SELECT portion of the query
See Also