Gets a copy of the connection string with the password, if any, removed.
Namespace: CleanCode.DatabaseControlsAssembly: CleanCode.DatabaseControls (in CleanCode.DatabaseControls.dll) Version: 1.2.3.0 (1.2.03)
public string PwdFreeConnectionString { get; }
public string PwdFreeConnectionString { get; }
Public ReadOnly Property PwdFreeConnectionString As String
Get
Public ReadOnly Property PwdFreeConnectionString As String
Get
public:
property String^ PwdFreeConnectionString {
String^ get ();
}
public:
property String^ PwdFreeConnectionString {
String^ get ();
}
Field Value
The password-free connection string.