[Missing <summary> documentation for "P:Couchbase.N1QL.QueryResult`1.Rows"]
Namespace: Couchbase.N1QLAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic List<T> Rows { get; }
public List<T> Rows { get; }
Public ReadOnly Property Rows As List(Of T)
Get
Public ReadOnly Property Rows As List(Of T)
Get
public:
virtual property List<T>^ Rows {
List<T>^ get () sealed;
}
public:
virtual property List<T>^ Rows {
List<T>^ get () sealed;
}
abstract Rows : List<'T> with get
override Rows : List<'T> with get
abstract Rows : List<'T> with get
override Rows : List<'T> with get
Property Value
Type:
List<T>Implements
IQueryResult<T>.Rows
See Also