IQueryResultT Interface |
Namespace: Couchbase.N1QL
[Missing <typeparam name="T"/> documentation for "T:Couchbase.N1QL.IQueryResult`1"]
The IQueryResultT type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
The error message returned by the N1QL engine if the query failed.
|
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.) |
![]() | Message |
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.) |
![]() | Rows |
The resultset of the N1QL query.
|
![]() | Success |
Returns true if the operation was succesful.
(Inherited from IResult.) |