Click or drag to resize
IViewQueryFrom 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
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.IViewQuery.From(System.String,System.String)"]

See Also