Mono Class Library: Overview

System.Data.SqlClient.SqlConnection: Method Members

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

See Also: Inherited members from System.Data.Common.DbConnection

Public Methods

BeginTransaction() : SqlTransaction
Begins a new database transaction.
BeginTransaction(System.Data.IsolationLevel) : SqlTransaction
Begins a new database transaction with a specified System.Data.IsolationLevel.
BeginTransaction(string) : SqlTransaction
Begins a new database transaction with a specified transaction name.
BeginTransaction(System.Data.IsolationLevel, string) : SqlTransaction
Begins a new database transaction with a specified System.Data.IsolationLevel and transaction name.
override
ChangeDatabase(string)
Change the database currently associated with the System.Data.SqlClient.SqlConnection instance.
static
ChangePassword(string, string)
Documentation for this section has not yet been entered.
static
ClearAllPools()
Documentation for this section has not yet been entered.
static
ClearPool(SqlConnection)
Documentation for this section has not yet been entered.
override
Close()
Close an open database connection.
CreateCommand() : SqlCommand
Creates a new instance of the System.Data.SqlClient.SqlCommand class with the connection referencing the current System.Data.SqlClient.SqlCommand instance.
EnlistDistributedTransaction(System.EnterpriseServices.ITransaction)
Documentation for this section has not yet been entered.
override
GetSchema() : System.Data.DataTable
Documentation for this section has not yet been entered.
override
GetSchema(string) : System.Data.DataTable
Documentation for this section has not yet been entered.
override
GetSchema(string, string[]) : System.Data.DataTable
Documentation for this section has not yet been entered.
override
Open()
Opens a connection to a SQL Server database.

Protected Methods

override
BeginDbTransaction(System.Data.IsolationLevel) : System.Data.Common.DbTransaction
Documentation for this section has not yet been entered.
override
CreateDbCommand() : System.Data.Common.DbCommand
Documentation for this section has not yet been entered.
override
Dispose(bool)
Disposes the current System.Data.SqlClient.SqlConnection instance.