The members of System.Data.SqlClient.SqlConnection are listed below.
See Also: Inherited members from System.Data.Common.DbConnection
Initializes a new instance of the SqlConnection class. Initializes a new instance of the SqlConnection class with a connection string.
overrideConnectionString string. Gets or sets the database Connection String associated with the SqlConnection instance. [read-only] overrideConnectionTimeout int. Gets the amount of time the System.Data.SqlClient.SqlConnection will wait while attempting to connect to a SQL Server instance. [read-only] overrideDatabase string. Gets the name of the database the System.Data.SqlClient.SqlConnection instance references. [read-only] overrideDataSource string. Gets the current SQL Server that the System.Data.SqlClient.SqlConnection references. FireInfoMessageEventOnUserErrors bool. Documentation for this section has not yet been entered. [read-only] PacketSize int. Gets the packet size used to communicate with a SQL Server. [read-only] overrideServerVersion string. Gets the version of a SQL Server instance. [read-only] overrideState System.Data.ConnectionState. Gets the current connection state. StatisticsEnabled bool. Documentation for this section has not yet been entered. [read-only] WorkstationId string. Gets the database connection client workstation ID.
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.
InfoMessage Documentation for this section has not yet been entered. StateChange Event that is triggered when the connection's status changes.
System.Data.IDbConnection.BeginTransaction Documentation for this section has not yet been entered. System.Data.IDbConnection.BeginTransaction Documentation for this section has not yet been entered. ICloneable.Clone Documentation for this section has not yet been entered. System.Data.IDbConnection.CreateCommand Documentation for this section has not yet been entered.