SqlConnection Constructor
.NET Framework 2.0
Initializes a new instance of the SqlConnection class.
| Name | Description |
|---|---|
| SqlConnection () | Initializes a new instance of the SqlConnection class. Supported by the .NET Compact Framework. |
| SqlConnection (String) | Initializes a new instance of the SqlConnection class when given a string that contains the connection string. Supported by the .NET Compact Framework. |