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