IViewResultTRows Property |
The results of the query if successful as a
ListT.
Namespace: Couchbase.ViewsAssembly: 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