Click or drag to resize

PostParseAqlQueryResponseBindVars Property

Contains the binding variables involved in the query.

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

Property Value

Type: IListString
See Also