May 2004
Intermediate to advanced
888 pages
22h 31m
English
Connections handle low-level tasks such as user authentication, networking, database identification, connection pooling, and transaction processing. Each connection object implements the IDbConnection interface defined in the System.Data namespace.
Tables 18.1 and 18.2 list the various properties and methods of the IDbConnection interface, respectively.
| Property | Description |
|---|---|
| ConnectionString | Contains connection settings in the name-value pair format. This information might include user authentication information, database identification and data provider specific settings. |
| ConnectionTimeout | The amount of time that must elapse when connecting before raising a data provider specific exception. ... |
Read now
Unlock full access