CleanCode C# Libraries v0.9.24 API

ConnectionDetails Class

This class is a container for details about a database connection.

For a list of all members of this type, see ConnectionDetails Members.

System.Object
   ConnectionDetails

public class ConnectionDetails : ICloneable, ISerializable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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, or ODBC), and a name for this set of data.

Since CleanCode 0.9.19.

Requirements

Namespace: CleanCodeControls.Support

Assembly: CleanCodeControls (in CleanCodeControls.dll)

See Also

ConnectionDetails Members | CleanCodeControls.Support Namespace