QueryRequest Prepared Method Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.N1QL.QueryRequest.Prepared(Couchbase.N1QL.IQueryPlan)"]

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IQueryRequest Prepared(
	IQueryPlan preparedPlan
)

Parameters

preparedPlan
Type: Couchbase.N1QL IQueryPlan

[Missing <param name="preparedPlan"/> documentation for "M:Couchbase.N1QL.QueryRequest.Prepared(Couchbase.N1QL.IQueryPlan)"]

Return Value

Type: IQueryRequest

[Missing <returns> documentation for "M:Couchbase.N1QL.QueryRequest.Prepared(Couchbase.N1QL.IQueryPlan)"]

Implements

IQueryRequest Prepared(IQueryPlan)
See Also