IBucket CreateQuery Method (String, String)Couchbase .NET SDK 2.0
Creates an instance of an object that implements IViewQuery, which targets a given bucket, design document and a published view.

Namespace: Couchbase.Core
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IViewQuery CreateQuery(
	string designDoc,
	string view
)

Parameters

designDoc
Type: System String
view
Type: System String

Return Value

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