Click or drag to resize

SessionBaseTraceIndexUsage Property

If set to true, each time an index (BTreeSet) is used in a LINQ query expression, we output a line about that to the console output.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public bool TraceIndexUsage { get; set; }

Property Value

Type: Boolean
See Also