IViewQuery 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.2.0 (2.0.2.0)
Syntax
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
See Also