Click or drag to resize
IViewQueryDesignDoc 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
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
See Also