Click or drag to resize

IQueryRun Method

Runs the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
IResultSet Run()

Return Value

Type: IResultSet
The results of running the query
See Also