Mono Class Library: Overview

System.Data.Common.DbConnection: Method Members

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

See Also: Inherited members from System.ComponentModel.Component

Public Methods

BeginTransaction() : DbTransaction
Documentation for this section has not yet been entered.
BeginTransaction(System.Data.IsolationLevel) : DbTransaction
Documentation for this section has not yet been entered.
abstract
ChangeDatabase(string)
Documentation for this section has not yet been entered.
abstract
Close()
Documentation for this section has not yet been entered.
CreateCommand() : DbCommand
Documentation for this section has not yet been entered.
EnlistTransaction(System.Transactions.Transaction)
Documentation for this section has not yet been entered.
GetSchema() : System.Data.DataTable
Documentation for this section has not yet been entered.
GetSchema(string) : System.Data.DataTable
Documentation for this section has not yet been entered.
GetSchema(string, string[]) : System.Data.DataTable
Documentation for this section has not yet been entered.
abstract
Open()
Documentation for this section has not yet been entered.

Protected Methods

abstract
BeginDbTransaction(System.Data.IsolationLevel) : DbTransaction
Documentation for this section has not yet been entered.
abstract
CreateDbCommand() : DbCommand
Documentation for this section has not yet been entered.
OnStateChange(System.Data.StateChangeEventArgs)
Documentation for this section has not yet been entered.