IQueryResultTRows Property |
The resultset of the N1QL query.
Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxReadOnly Property Rows As List(Of T)
Get
property List<T>^ Rows {
List<T>^ get ();
}
abstract Rows : List<'T> with get
Property Value
Type:
ListT
See Also