System.Data.SqlClient Namespace

The System.Data.SqlClient namespace contains a managed data provider for SQL Server. This namespace is implemented in System.Data.SqlClient.dll. You use the classes in Table A-8 to access a SQL Server database directly over a network connection.

Table A-8. Classes in the System.Data.SqlClient Namespace 

Class

Description

SqlClientPermission

Not supported.

SqlClientPermissionAttribute

Not supported.

SqlCommand

Represents a Transact-SQL statement or a stored procedure to execute against a SQL Server database.

SqlCommandBuilder

Provides a means of automatically generating single-table commands used to reconcile changes made to a DataSet with the associated SQL Server database.

SqlConnection

Represents an ...

Get Microsoft® .NET Compact Framework (Core Reference) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.