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
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. overrideChangeDatabase(string) Change the database currently associated with the System.Data.SqlClient.SqlConnection instance. staticChangePassword(string, string) Documentation for this section has not yet been entered. staticClearAllPools() Documentation for this section has not yet been entered. staticClearPool(SqlConnection) Documentation for this section has not yet been entered. overrideClose() 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. overrideGetSchema() : System.Data.DataTable Documentation for this section has not yet been entered. overrideGetSchema(string) : System.Data.DataTable Documentation for this section has not yet been entered. overrideGetSchema(string, string[]) : System.Data.DataTable Documentation for this section has not yet been entered. overrideOpen() Opens a connection to a SQL Server database.
overrideBeginDbTransaction(System.Data.IsolationLevel) : System.Data.Common.DbTransaction Documentation for this section has not yet been entered. overrideCreateDbCommand() : System.Data.Common.DbCommand Documentation for this section has not yet been entered. overrideDispose(bool) Disposes the current System.Data.SqlClient.SqlConnection instance.