QueryRequest ClassCouchbase .NET SDK 2.0

[Missing <summary> documentation for "T:Couchbase.N1QL.QueryRequest"]

Inheritance Hierarchy
System Object
  Couchbase.N1QL QueryRequest

Namespace: Couchbase.N1QL
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.2.0 (2.0.2.0)
Syntax
public class QueryRequest : IQueryRequest, 
	IPreparable

The QueryRequest type exposes the following members.

Constructors
  NameDescription
Public methodQueryRequest 
Initializes a new instance of the QueryRequest class
Public methodQueryRequest(String)
Initializes a new instance of the QueryRequest class
Top
Methods
  NameDescription
Public methodAddCredentials
Public methodAddNamedParameter( KeyValuePair String, Object  )
Public methodAddNamedParameter(String, Object)
Public methodAddPositionalParameter(Object)
Public methodAddPositionalParameter( Object )
Public methodBaseUri
Public methodCachePreparedStatement
Caches a prepared statement locally updating it if a key exists for the statement.
Public methodClearCache
Clears all cached prepared statements
Public methodClientContextId
Public methodCompression
Public methodStatic memberCreate 
Public methodStatic memberCreate(String, Boolean)
Public methodEncoding
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFormat
Public methodGetBaseUri
Public methodGetFormValues
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetQueryParameters
Public methodGetRequestUri
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHttpMethod
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMetrics
Public methodPrepared
Public methodPretty
Public methodReadOnly
Public methodScanConsistency
Public methodScanVector
Public methodScanWait
Public methodSignature
Public methodStatement
Public methodTimeout
Public methodToString (Overrides Object ToString .)
Top
Fields
Properties
  NameDescription
Public propertyHasPrepared
Returns true if the statement exists and an entry exists for it's prepared statment in the internal cache.
Public propertyIsPost
Public propertyIsPrepared
Returns true if the request is a prepared statement
Top
See Also