Click or drag to resize
ViewQuery Constructor (String, String, Boolean)
Initializes a new instance of the ViewQuery class

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ViewQuery(
	string bucketName,
	string baseUri,
	bool development
)

Parameters

bucketName
Type: SystemString

[Missing <param name="bucketName"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.String,System.String,System.Boolean)"]

baseUri
Type: SystemString

[Missing <param name="baseUri"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.String,System.String,System.Boolean)"]

development
Type: SystemBoolean

[Missing <param name="development"/> documentation for "M:Couchbase.Views.ViewQuery.#ctor(System.String,System.String,System.Boolean)"]

See Also