Click or drag to resize

PostCursorBodyBindVars Property

The bind parameters of the AQL query.

Namespace:  ArangoDBNetStandard.CursorApi.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