Click or drag to resize

PostExplainAqlQueryBodyBindVars Property

Dictionary of Key/value pairs containing the bind parameters for the query.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public Dictionary<string, Object> BindVars { get; set; }

Property Value

Type: DictionaryString, Object
See Also