Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
SyntaxIEnumerable<ViewRow<T>> Rows { get; }
IEnumerable<ViewRow<T>> Rows { get; }
ReadOnly Property Rows As IEnumerable(Of ViewRow(Of T))
Get
ReadOnly Property Rows As IEnumerable(Of ViewRow(Of T))
Get
property IEnumerable<ViewRow<T>^>^ Rows {
IEnumerable<ViewRow<T>^>^ get ();
}
property IEnumerable<ViewRow<T>^>^ Rows {
IEnumerable<ViewRow<T>^>^ get ();
}
abstract Rows : IEnumerable<ViewRow<'T>> with get
abstract Rows : IEnumerable<ViewRow<'T>> with get
Property Value
Type:
IEnumerable<ViewRow<T>>
See Also