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