IQueryResult T  InterfaceCouchbase .NET SDK 2.1.0 Documentation
Interface for the results of a N1QL query.

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public interface IQueryResult<T> : IResult 
Type Parameters
T

[Missing <typeparam name="T"/> documentation for "T:Couchbase.N1QL.IQueryResult`1"]

The IQueryResult T  type exposes the following members.

Methods
  NameDescription
Public methodShouldRetry (Inherited from IResult.)
Top
Properties
  NameDescription
Public propertyClientContextId
Public propertyErrors
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 propertyMetrics
Public propertyRequestId
Public propertyRows
Public propertySignature
Public propertyStatus
Public propertySuccess
Returns true if the operation was succesful.
(Inherited from IResult.)
Public propertyWarnings
Top
See Also