Click or drag to resize
ViewQueryFrom Method
Specifies the bucket and design document to target for a query.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery From(
	string bucketName,
	string designDoc
)

Parameters

bucketName
Type: SystemString
The bucket to target
designDoc
Type: SystemString
The design document to use

Return Value

Type: IViewQuery

[Missing <returns> documentation for "M:Couchbase.Views.ViewQuery.From(System.String,System.String)"]

Implements

IViewQueryFrom(String, String)
See Also