IDbConnection Methods
.NET Framework 4.5
The IDbConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginTransaction() | Begins a database transaction. |
|
BeginTransaction(IsolationLevel) | Begins a database transaction with the specified IsolationLevel value. |
|
ChangeDatabase | Changes the current database for an open Connection object. |
|
Close | Closes the connection to the database. |
|
CreateCommand | Creates and returns a Command object associated with the connection. |
|
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
|
Open | Opens a database connection with the settings specified by the ConnectionString property of the provider-specific Connection object. |