Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Class QueryWarning

Inheritance
object
QueryWarning
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Couchbase.Query
Assembly: Couchbase.NetClient.dll
Syntax
public class QueryWarning

Constructors

View Source

QueryWarning()

Declaration
public QueryWarning()

Properties

View Source

Code

Declaration
public int Code { get; set; }
Property Value
Type Description
int
View Source

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.