Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite.Query
IQuery Interface
IQuery Methods
AddChangeListener Method
Execute Method
Explain Method
RemoveChangeListener Method
IQuery
Explain Method
Gets an explanation of what the query will do
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
Copy
string
Explain
()
Return Value
Type:
String
The explanation of the query
Exceptions
Exception
Condition
ObjectDisposedException
Thrown if this method is called after disposal
See Also
Reference
IQuery Interface
Couchbase.Lite.Query Namespace