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; }
Public Property TrackBindVars As Boolean?
Get
Set
public:
property Nullable<bool> TrackBindVars {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
member TrackBindVars : Nullable<bool> with get, set
Property Value
Type:
NullableBooleanSee Also