Mono Class Library: Overview

System.Data.SqlClient.SqlConnection: Property Members

The properties 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 Properties

override
ConnectionStringstring. Gets or sets the database Connection String associated with the SqlConnection instance.
[read-only]
override
ConnectionTimeoutint. Gets the amount of time the System.Data.SqlClient.SqlConnection will wait while attempting to connect to a SQL Server instance.
[read-only]
override
Databasestring. Gets the name of the database the System.Data.SqlClient.SqlConnection instance references.
[read-only]
override
DataSourcestring. Gets the current SQL Server that the System.Data.SqlClient.SqlConnection references.
FireInfoMessageEventOnUserErrorsbool. Documentation for this section has not yet been entered.
[read-only]
PacketSizeint. Gets the packet size used to communicate with a SQL Server.
[read-only]
override
ServerVersionstring. Gets the version of a SQL Server instance.
[read-only]
override
StateSystem.Data.ConnectionState. Gets the current connection state.
StatisticsEnabledbool. Documentation for this section has not yet been entered.
[read-only]
WorkstationIdstring. Gets the database connection client workstation ID.