Click or drag to resize

IQueryExplain 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#
string Explain()

Return Value

Type: String
The explanation of the query
Exceptions
ExceptionCondition
ObjectDisposedExceptionThrown if this method is called after disposal
See Also