ConnectionStringManager ConnectionString Property CleanCode C# Libraries v1.2.03 API
Gets or sets the connection string to be manipulated.

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

public string ConnectionString { get; set; }

Field Value

The updated connection string.
See Also