Mono Class Library: Overview

System.Data.IDbConnection: Members

The members of System.Data.IDbConnection are listed below.

Public Properties

ConnectionStringstring. Documentation for this section has not yet been entered.
[read-only]
ConnectionTimeoutint. Documentation for this section has not yet been entered.
[read-only]
Databasestring. Documentation for this section has not yet been entered.
[read-only]
StateConnectionState. Documentation for this section has not yet been entered.

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.