ViewQuery View Method Couchbase .NET SDK 2.0
Sets the name of the view to query.

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

Parameters

name
Type: System String
The name of the view to query.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQuery View(String)
See Also