QueryPlan ToN1ql Method Couchbase .NET SDK 2.0
Gives the N1QL string representation of the query plan.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public string ToN1ql()

Return Value

Type: String
The N1QL string for the query plan.

Implements

IQueryPlan ToN1ql 
See Also