IQueryResult T  Rows Property Couchbase .NET SDK 2.0
The resultset of the N1QL query.

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

Property Value

Type: List T 
See Also