Click or drag to resize

DeveloperFeatureAttrs Enumeration

A grab bag of feature attributes to turn on, to assist in tracking down certain problems. Setting developer features may actually have a performance impact on the system and should only be used temporarily.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum DeveloperFeatureAttrs
Members
  Member nameValueDescription
RecordSPIDOnDBConnection1 Records the current connection SPID on the db connection to the dev log. Typically used when trying to identify intra query deadlocks on databases.
LogDuplicateDBExecutions2 Logs (into devog) whether any 'DB' exeutions (DBLookup, DBExists, DBCount) have been executed within the same thread context.
LogDBExecutionCacheHits4 Logs (into devog) whether any 'DB' exeutions (DBLookup, DBExists, DBCount) have been executed, cached and had a cache hit or miss within the same thread context.
LogPreferenceCacheHits8 Logs (into devog) whether any session/preference collections have been requested and had a cache hit or miss.
See Also