Click or drag to resize

PostParseAqlQueryResponseAst Property

Tree of data nodes providing information about the query.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public IList<PostParseAqlQueryResponseAstNode> Ast { get; set; }

Property Value

Type: IListPostParseAqlQueryResponseAstNode
See Also