ViewResult T  Rows Property Couchbase .NET SDK 2.0

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public IEnumerable<ViewRow<T>> Rows { get; }

Property Value

Type: IEnumerable ViewRow T  

Implements

IViewResult T  Rows
See Also