Click or drag to resize

IQueryExecute Method

Runs the query

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
IResultSet Execute()

Return Value

Type: IResultSet
The results of running the query
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown if this query has no database to operate on, or if it is missing SELECT or FROM statements (unusual)
See Also