Click or drag to resize
ViewQueryAsc Method
Return the documents in ascending by key order

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

Return Value

Type: IViewQuery
An IViewQuery object for chaining

Implements

IViewQueryAsc
See Also