DeveloperFeatureAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
RecordSPIDOnDBConnection | 1 | Records the current connection SPID on the db connection to the dev log. Typically used when trying to identify intra query deadlocks on databases. | |
LogDuplicateDBExecutions | 2 | Logs (into devog) whether any 'DB' exeutions (DBLookup, DBExists, DBCount) have been executed within the same thread context. | |
LogDBExecutionCacheHits | 4 | 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. | |
LogPreferenceCacheHits | 8 | Logs (into devog) whether any session/preference collections have been requested and had a cache hit or miss. |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.