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