ViewQuery.From Method Couchbase .NET SDK 2.0
Specifies the bucket and design document to target for a query.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IViewQuery From(
	string designDoc,
	string view
)

Parameters

designDoc
Type: System.String
The bucket to target
view
Type: System.String
The design document to use

Return Value

Type: IViewQuery

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

Implements

IViewQuery.From(String, String)
See Also