ConnectionDetails ClassCleanCode C# Libraries v1.2.03 API
This class is a container for details about a database connection.
Inheritance Hierarchy

OnlineSystem Object
  CleanCode.DatabaseControls.Support ConnectionDetails

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

[SerializableAttribute]
public class ConnectionDetails : ICloneable, 
	ISerializable
Remarks

It contains not just the connection string but also some "meta-details" including whether the password should be stored, the type of the database (Oracle, SQL Server, ODBC, etc.), and a name for this set of data.

Since CleanCode 0.9.19.

See Also