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.0.0-b0520
Syntax
C#
string Explain()

Return Value

Type: String
The explanation of the query
See Also