QueryResult<T>.Warnings Property Couchbase .NET SDK 2.0

[Missing <summary> documentation for "P:Couchbase.N1QL.QueryResult`1.Warnings"]

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public List<Warning> Warnings { get; }

Property Value

Type: List<Warning>

Implements

IQueryResult<T>.Warnings
See Also