QueryPlan Constructor Couchbase .NET SDK 2.0
Initializes a new instance of the QueryPlan class

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

Parameters

plan
Type: System String

[Missing <param name="plan"/> documentation for "M:Couchbase.N1QL.QueryPlan.#ctor(System.String)"]

See Also