CouchbaseBucket 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 view.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public 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.

Implements

IBucket CreateQuery(String, String)
See Also