IViewQueryDesignDoc Method |
Sets the name of the design document.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery DesignDoc(
string name
)
Function DesignDoc (
name As String
) As IViewQuery
IViewQuery^ DesignDoc(
String^ name
)
abstract DesignDoc :
name : string -> IViewQuery
Parameters
- name
- Type: SystemString
The name of the design document to use.
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also