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

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

Parameters

development
Type: SystemBoolean
True will execute on the development dataset.
designdoc
Type: SystemString
The design document that the View belongs to.
view
Type: SystemString
The View to query.

Return Value

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