Click or drag to resize
QueryResultTRows Property
The resultset or rows that are returned in a query.

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

Property Value

Type: ListT

Implements

IQueryResultTRows
See Also