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