Click or drag to resize

QueryOptions Properties

The QueryOptions type exposes the following members.

Properties
  NameDescription
Public propertyCurrentContextId
Gets the context identifier for the N1QL query request/response. Useful for debugging.
Public propertyIsAdHoc
Gets a value indicating whether this query statement is to executed in an ad-hoc manner.
Public propertyIsPrepared
Returns true if the request is a prepared statement
Public propertySerializer
Custom ITypeSerializer to use when deserializing query results.
Top
See Also