 | QueryOptions Constructor (QueryPlan, String) |
Creates a new QueryOptions object with an existing QueryPlan(QueryPlan).
Namespace:
Couchbase.Query
Assembly:
Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntaxpublic QueryOptions(
QueryPlan plan,
string originalStatement
)
Parameters
- plan
- Type: Couchbase.QueryQueryPlan
The QueryPlan(QueryPlan). - originalStatement
- Type: SystemString
The original N1QL query statement used to generate the plan.
See Also