QueryResultTRows Property |
The resultset or rows that are returned in a query.
Namespace: Couchbase.N1QLAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<T> Rows { get; set; }
Public Property Rows As List(Of T)
Get
Set
public:
virtual property List<T>^ Rows {
List<T>^ get () sealed;
void set (List<T>^ value) sealed;
}
abstract Rows : List<'T> with get, set
override Rows : List<'T> with get, set
Property Value
Type:
ListTImplements
IQueryResultTRows
See Also