The ConnectionDetails type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ConnectionDetails |
Initializes a new instance of the ConnectionDetails class.
|
![]() | ConnectionDetails(String) |
Initializes a new instance of the ConnectionDetails class.
|
![]() | ConnectionDetails(SerializationInfo, StreamingContext) |
Initializes a new instance of the ConnectionDetails class; used to serialize the class.
|
Methods
Name | Description | |
---|---|---|
![]() | Clone |
Clones this instance.
|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() |
Allows an (Inherited from ![]() ![]() ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | GetObjectData |
Populates a ![]() |
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | NeedsPassword |
Determines whether a password is needed for the current database type
and, if so, whether one is already supplied or not.
|
![]() | NeedsUsername |
Determines whether a user name is needed for the current database type
and, if so, whether one is already supplied or not.
|
![]() | ![]() | (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | BaseDbType |
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.
|
![]() | ConnectionName |
Gets or sets the connection name.
|
![]() | ConnectionString |
Gets or sets the connection string.
|
![]() | DbType |
Gets or sets the database type.
|
![]() | Description |
Gets or sets an optional description for the connection.
|
![]() | DsnDriver |
Gets the DSN driver name (for ODBC connections).
|
![]() | RememberPassword |
Gets or sets a value indicating whether to remember the password.
|
See Also