Click or drag to resize
ViewResultTRows Property
The results of the query if successful.

Namespace: Couchbase.Views
Assembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<T> Rows { get; }

Property Value

Type: ListT

Implements

IViewResultTRows
See Also