Sets the name of the view to query.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxIViewQuery View(
string name
)
Function View (
name As String
) As IViewQuery
IViewQuery^ View(
String^ name
)
abstract View :
name : string -> IViewQuery
Parameters
- name
- Type: SystemString
The name of the view to query.
Return Value
Type:
IViewQueryAn IViewQuery object for chaining
See Also