Click or drag to resize

PostParseAqlQueryResponse Properties

The PostParseAqlQueryResponse type exposes the following members.

Properties
  NameDescription
Public propertyAst
Tree of data nodes providing information about the query.
Public propertyBindVars
Contains the binding variables involved in the query.
Public propertyCode
The HTTP status code.
(Inherited from ResponseBase.)
Public propertyCollections
Contains the names of the collections that are involved in the query.
Public propertyError
Indicates whether an error occurred
(Inherited from ResponseBase.)
Public propertyErrorMessage
When the query is invalid this will contain the error message.
Public propertyErrorNum
When the query is invalid this will contain the error number.
Public propertyParsed
Indicates that the query was successfully parsed.
Top
See Also