Click or drag to resize
IBucketCreateQuery Method (Boolean)
Creates an instance of an object that implements IViewQuery, which targets a given bucket.

Namespace: Couchbase.Core
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IViewQuery CreateQuery(
	bool development
)

Parameters

development
Type: SystemBoolean
True will execute on the development dataset.

Return Value

Type: IViewQuery
An IViewQuery which can have more filters and options applied to it.
See Also