IDbConnection Methods
.NET Framework (current version)
Namespace:
System.Data
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | BeginTransaction() | Begins a database transaction. |
![]() | BeginTransaction(IsolationLevel) | Begins a database transaction with the specified IsolationLevel value. |
![]() | ChangeDatabase(String^) | 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. |
Show:
