Click or drag to resize
ViewQueryDesignDoc Method
Sets the name of the design document.

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

Parameters

name
Type: SystemString
The name of the design document to use.

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryDesignDoc(String)
See Also