QueryResult T  Rows Property Couchbase .NET SDK 2.0
The resultset or rows that are returned in a query.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
public List<T> Rows { get; set; }

Property Value

Type: List T 

Implements

IQueryResult T  Rows
See Also