Mono Class Library: Overview

System.Data.Common.DbConnection: Members

The members of System.Data.Common.DbConnection are listed below.

See Also: Inherited members from System.ComponentModel.Component

Protected Constructors

Documentation for this section has not yet been entered.

Public Properties

abstract
ConnectionStringstring. Documentation for this section has not yet been entered.
[read-only]
ConnectionTimeoutint. Documentation for this section has not yet been entered.
[read-only]
abstract
Databasestring. Documentation for this section has not yet been entered.
[read-only]
abstract
DataSourcestring. Documentation for this section has not yet been entered.
[read-only]
abstract
ServerVersionstring. Documentation for this section has not yet been entered.
[read-only]
abstract
StateSystem.Data.ConnectionState. Documentation for this section has not yet been entered.

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.

Public Events

StateChangeDocumentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Data.IDbConnection.BeginTransactionDocumentation for this section has not yet been entered.
System.Data.IDbConnection.BeginTransactionDocumentation for this section has not yet been entered.
System.Data.IDbConnection.CreateCommandDocumentation for this section has not yet been entered.