Mono Class Library: Overview

System.Data.IDbConnection: Method Members

The methods of System.Data.IDbConnection are listed below. For a list of all members, see the IDbConnection Members list.

Public Methods

BeginTransaction() : IDbTransaction
Documentation for this section has not yet been entered.
BeginTransaction(IsolationLevel) : IDbTransaction
Documentation for this section has not yet been entered.
ChangeDatabase(string)
Documentation for this section has not yet been entered.
Close()
Close the connection to the database
CreateCommand() : IDbCommand
Create an IDbCommand to be executed against this database
Open()
Documentation for this section has not yet been entered.