Click or drag to resize
IViewQueryBaseUri Method
Sets the base uri for the query if it's not set in the constructor.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IViewQuery BaseUri(
	string uri
)

Parameters

uri
Type: SystemString
The base uri to use - this is normally set internally and may be overridden by configuration.

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also