Click or drag to resize
ViewQueryView Method
Sets the name of the view to query.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery View(
	string name
)

Parameters

name
Type: SystemString
The name of the view to query.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryView(String)
See Also