Click or drag to resize

QueryBuilderSelect Method

Selects the given property path from the query under construction

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0520
Syntax
C#
public static ISelect Select(
	params ISelectResult[] results
)

Parameters

results
Type: Couchbase.Lite.QueryISelectResult
The results to select

Return Value

Type: ISelect
The initial SELECT portion of the query
See Also