Click or drag to resize

QueryOptionsCreate Method (QueryPlan, String)

Creates a query using the given plan as an optimization for the originalStatement.

Namespace:  Couchbase.Query
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public static QueryOptions Create(
	QueryPlan plan,
	string originalStatement
)

Parameters

plan
Type: Couchbase.QueryQueryPlan
The plan.
originalStatement
Type: SystemString
The original statement, unoptimized.

Return Value

Type: QueryOptions

[Missing <returns> documentation for "M:Couchbase.Query.QueryOptions.Create(Couchbase.Query.QueryPlan,System.String)"]

See Also