- Back to Home »
- ADO.NET »
- SqlConnection
Posted by :
Sudhir Chekuri
Saturday, 12 March 2016
SqlConnection is a class used to create an object using which connection to the server is opened and closed. Connection string is used by SqlConnection object to give the details of servername, database name and authentication details.
Example:
Example:
//SqlConnection