Click or drag to resize
AbstractDataConnection.DisableConnectionDebug Property
If true, the debug is disabled on this connection

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

Property Value

Type: Boolean

Implements

IDataConnection.DisableConnectionDebug
See Also