SQL Server and ADO.NET
.NET Framework 3.5
This section describes features and behaviors that are specific to the .NET Framework Data Provider for SQL Server (System.Data.SqlClient).
System.Data.SqlClient provides access to versions of SQL Server starting with SQL Server 7.0, which encapsulates database-specific protocols. The functionality of the data provider is designed to be similar to that of the .NET Framework data providers for OLE DB, ODBC, and Oracle. System.Data.SqlClient includes a tabular data stream (TDS) parser to communicate directly with SQL Server.
Note: |
|---|
To use the .NET Framework Data Provider for SQL Server, an application must reference the System.Data.SqlClient namespace. |
Note: