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.
| |
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
| |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
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.
| |
ToString | (Inherited from Object.) |
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