Click or drag to resize
ViewQueryDesc Method
Return the documents in descending by key order

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IViewQuery Desc()

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryDesc
See Also