Click or drag to resize

RunningAqlQuerybindVars 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