What Is an SQL Client Connection?
SqlConnection represents an open connection to a SQL Server database. This class cannot be inherited.
SqlConnection
Right!
- Foreign name
- SqlConnection
- Definition
- SQL Server Database Open Connection
- Features
- Cannot be inherited
- Namespaces
- System.Data.SqlClient
- SqlConnection represents an open connection to a SQL Server database. This class cannot be inherited.
- Inheritance hierarchy
- SystemObject
SystemMarshalByRefObject
System.ComponentModelComponent
System.Data.CommonDbConnection
System.Data.SqlClientSqlConnection
- System.Data (in System.Data.dll)
- [pre] Public NotInheritable Class SqlConnection _ Inherits DbConnection _ Implements ICloneable [pre]
<li class = "list-num-1-1 list-num-paddingleft-1">
- public sealed class SqlConnection: DbConnection,
- </ li> <li class = "list-num-1-2 list-num-paddingleft-1">
- ICloneable
- </ li> [pre] public ref class SqlConnection sealed: public DbConnection, ICloneable [pre] [<Sealed>] type SqlConnection = class inherit DbConnection interface ICloneable end
- The SqlConnection type exposes the following members.
|
| |
---|---|---|
IN OTHER LANGUAGES
Was this article helpful?
Thanks for the feedback
|