IDbConnection Properties
.NET Framework 4.5
The IDbConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
ConnectionString | Gets or sets the string used to open a database. |
|
ConnectionTimeout | Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
|
Database | Gets the name of the current database or the database to be used after a connection is opened. |
|
State | Gets the current state of the connection. |