MemcachedBucket CreateQuery Method (Boolean)Couchbase .NET SDK 2.0

[Missing <summary> documentation for "M:Couchbase.MemcachedBucket.CreateQuery(System.Boolean)"]

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IViewQuery CreateQuery(
	bool development
)

Parameters

development
Type: System Boolean

[Missing <param name="development"/> documentation for "M:Couchbase.MemcachedBucket.CreateQuery(System.Boolean)"]

Return Value

Type: IViewQuery

[Missing <returns> documentation for "M:Couchbase.MemcachedBucket.CreateQuery(System.Boolean)"]

See Also