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