ViewQuery Development Method Couchbase .NET SDK 2.0
Toggles the query between development or production dataset and View.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IViewQuery Development(
	bool development
)

Parameters

development
Type: System Boolean
If true the development View will be used

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery Development(Boolean)
Remarks
The default is false; use the published, production view.
See Also