Click or drag to resize

QueryTrackingConfigurationTrackBindVars Property

If set to true, then the bind variables used in queries will be tracked along with queries.

Namespace:  ArangoDBNetStandard.AqlFunctionApi.Models
Assembly:  ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax
public bool? TrackBindVars { get; set; }

Property Value

Type: NullableBoolean
See Also