IBucketCreateQuery Method (Boolean, String) |
Creates an instance of an object that implements
IViewQuery, which targets a given bucket, design document and view.
Namespace: Couchbase.CoreAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery CreateQuery(
bool development,
string designdoc
)
Function CreateQuery (
development As Boolean,
designdoc As String
) As IViewQuery
IViewQuery^ CreateQuery(
bool development,
String^ designdoc
)
abstract CreateQuery :
development : bool *
designdoc : string -> IViewQuery
Parameters
- development
- Type: SystemBoolean
True will execute on the development dataset. - designdoc
- Type: SystemString
The design document that the View belongs to.
Return Value
Type:
IViewQueryAn
IViewQuery which can have more filters and options applied to it.
See Also