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.
Describes how to work with data in SQL Server. Contains sections about working with binary and large value (max) data, table-valued parameters, bulk copy, MARS, and asynchronous operations.