Click or drag to resize

PostExplainAqlQueryBodyQuery Property

The query which you want explained; If the query references any bind variables, these must also be passed in the BindVars property. Additional options for the query can be passed in the Options property.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public string Query { get; set; }

Property Value

Type: String
See Also