ConnectionStringManager ShowDiagnosticConnectionString Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether to show the connection string diagnostically on a tooltip of the control's title.

Namespace: CleanCode.DatabaseControls
Assembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool ShowDiagnosticConnectionString { get; set; }

Field Value

true to show diagnostic connection string; false to suppress it. Default is false.
See Also