The results of the query if successful.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<T> Rows { get; }
Public ReadOnly Property Rows As List(Of T)
Get
public:
virtual property List<T>^ Rows {
List<T>^ get () sealed;
}
abstract Rows : List<'T> with get
override Rows : List<'T> with get
Property Value
Type:
ListTImplements
IViewResultTRows
See Also