Click or drag to resize
GeneralConnectionDisableQueryDebug Property
If true, the debug of the executed queries is disabled on this connection

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool DisableQueryDebug { get; set; }

Property Value

Type: Boolean

Implements

IDataConnectionDisableQueryDebug
See Also