Click or drag to resize
IQueryResultT Properties

The IQueryResultT generic type exposes the following members.

Properties
  NameDescription
Public propertyError
The error message returned by the N1QL engine if the query failed.
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.)
Public propertyMessage
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.)
Public propertyRows
The resultset of the N1QL query.
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from IResult.)
Top
See Also