ConnectionDetails PropertiesCleanCode C# Libraries v1.2.03 API
The ConnectionDetails type exposes the following members.
Properties

  NameDescription
Public propertyBaseDbType
Gets the base database type. If the defined type is ODBC, the ODBC connection is probed to determine if the underlying connection resolves to an actual database type, enumerated by ConnectionStringManager DBTypes.
Public propertyConnectionName
Gets or sets the connection name.
Public propertyConnectionString
Gets or sets the connection string.
Public propertyDbType
Gets or sets the database type.
Public propertyDescription
Gets or sets an optional description for the connection.
Public propertyDsnDriver
Gets the DSN driver name (for ODBC connections).
Public propertyRememberPassword
Gets or sets a value indicating whether to remember the password.
Back to Top
See Also