Sets the base uri for the query if it's not set in the constructor.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)

Parameters
- uri
- Type: System.String
The base uri to use - this is normally set internally and may be overridden by configuration.
Return Value
Type: IViewQueryAn IViewQuery object for chaining
Implements
IViewQuery.BaseUri(String)
Note that this will override the baseUri set in the ctor. Additionally, this method may be called internally by the IBucket and overridden.
