The pages in this section describe the concepts and tasks associated with saving data from your application to a database.
In This Section
Reference
- System.Data
-
Describes the System.Data namespace and provides a table of relevant classes.
- DataSet
-
Describes the DataSet class and provides information and links about its members.
- SqlConnection
-
Represents a unique session to a SQL Server data source.
- SqlDataAdapter
-
Represents a set of data commands and a database connection that are used to fill the DataSet and update a SQL Server database.
- System.Transactions
-
Contains classes that allow you to write your own transactional application and resource manager.
Related Sections