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