| | Class | Description |
|---|
.png) | SqlBulkCopy | Lets you efficiently bulk load a SQL Server table with data from another source. |
.png) | SqlBulkCopyColumnMapping | Defines the mapping between a column in a SqlBulkCopy instance's data source and a column in the instance's destination table. |
.png) | SqlBulkCopyColumnMappingCollection | Collection of SqlBulkCopyColumnMapping objects that inherits from CollectionBase. |
.png) | SqlClientFactory | Represents a set of methods for creating instances of the System.Data.SqlClient provider's implementation of the data source classes. |
.png) | SqlClientMetaDataCollectionNames | Provides a list of constants for use with the GetSchema method to retrieve metadata collections. |
.png) | SqlClientPermission | Enables the .NET Framework Data Provider for SQL Server to help make sure that a user has a security level sufficient to access a data source. |
.png) | SqlClientPermissionAttribute | Associates a security action with a custom security attribute. |
.png) | SqlCommand | Represents a Transact-SQL statement or stored procedure to execute against a SQL Server database. This class cannot be inherited. |
.png) | SqlCommandBuilder | Automatically generates single-table commands that are used to reconcile changes made to a DataSet with the associated SQL Server database. This class cannot be inherited. |
.png) | SqlConnection | Represents an open connection to a SQL Server database. This class cannot be inherited. |
.png) | SqlConnectionStringBuilder | Provides a simple way to create and manage the contents of connection strings used by the SqlConnection class. |
.png) | SqlDataAdapter | Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database. This class cannot be inherited. |
.png) | SqlDataReader | Provides a way of reading a forward-only stream of rows from a SQL Server database. This class cannot be inherited. |
.png) | SQLDebugging | Included to support debugging applications. Not intended for direct use. |
.png) | SqlDependency | The SqlDependency object represents a query notification dependency between an application and an instance of SQL Server 2005. An application can create a SqlDependency object and register to receive notifications via the OnChangeEventHandler event handler. |
.png) | SqlError | Collects information relevant to a warning or error returned by SQL Server. |
.png) | SqlErrorCollection | Collects all errors generated by the .NET Framework Data Provider for SQL Server. This class cannot be inherited. |
.png) | SqlException | The exception that is thrown when SQL Server returns a warning or error. This class cannot be inherited. |
.png) | SqlInfoMessageEventArgs | Provides data for the InfoMessage event. |
.png) | SqlNotificationEventArgs | Represents the set of arguments passed to the notification event handler. |
.png) | SqlParameter | Represents a parameter to a SqlCommand and optionally its mapping to DataSet columns. This class cannot be inherited. |
.png) | SqlParameterCollection | Represents a collection of parameters associated with a SqlCommand and their respective mappings to columns in a DataSet. This class cannot be inherited. |
.png) | SqlRowsCopiedEventArgs | Represents the set of arguments passed to the SqlRowsCopiedEventHandler. |
.png) | SqlRowUpdatedEventArgs | Provides data for the RowUpdated event. |
.png) | SqlRowUpdatingEventArgs | Provides data for the RowUpdating event. |
.png) | SqlTransaction | Represents a Transact-SQL transaction to be made in a SQL Server database. This class cannot be inherited. |