Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IQuery Interface
IQuery Methods
AddChangeListener Method
Execute Method
Explain Method
RemoveChangeListener Method
IQuery
Execute Method
Runs the query
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
IResultSet
Execute
()
Return Value
Type:
IResultSet
The results of running the query
Exceptions
Exception
Condition
InvalidOperationException
Thrown if this query has no database to operate on, or if it is missing SELECT or FROM statements (unusual)
See Also
Reference
IQuery Interface
Couchbase.Lite.Query Namespace