Click or drag to resize

SlowAqlQueryBindVars Property

The bind parameter values used by 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