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; }
Public Property Query As String
Get
Set
public:
property String^ Query {
String^ get ();
void set (String^ value);
}
member Query : string with get, set
Property Value
Type:
StringSee Also