Click or drag to resize

DatabaseLogDuplicateDBExecutions Property

Gets/Sets whether the database should log (to devlog) duplicate requests for DB Executions (DBLookup, DBExists, DBCount) within same thread context. For Debugging purposes. Use with caution.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool LogDuplicateDBExecutions { get; set; }

Property Value

Type: Boolean

Implements

IDatabaseLogDuplicateDBExecutions
See Also