The members of System.Data.IDbConnection are listed below.
ConnectionString | string.
Gets or sets the string used to open a database. | |
[read-only] | ConnectionTimeout | int.
Gets the time to wait while trying to establish a connection before terminating the attempt and generating an error. |
[read-only] | Database | string.
Gets the name of the current database or the database to be used after a connection is opened. |
[read-only] | State | ConnectionState.
Gets the current state of the connection. |
BeginTransaction()
| ||
BeginTransaction(IsolationLevel)
| ||
ChangeDatabase(string)
| ||
Close()
| ||
CreateCommand()
| ||
Open()
|