ConnectionStringManager PwdFreeConnectionString Property CleanCode C# Libraries v1.2.03 API
Gets a copy of the connection string with the password, if any, removed.

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

public string PwdFreeConnectionString { get; }

Field Value

The password-free connection string.
See Also