Getting Started (LINQ to DataSet)

This section provides introductory information about programming with LINQ to DataSet.

In This Section

LINQ to DataSet Overview
Provides a conceptual overview of LINQ to DataSet.

Loading Data Into a DataSet
Provides an example of populating a DataSet. This example uses DataAdapter to retrieve data from a database.

Downloading Sample Databases
Provides information about downloading the AdventureWorks sample database, which is used in the samples throughout the LINQ to DataSet section.

How to: Create a LINQ to DataSet Project In Visual Studio
Provides information about creating a LINQ to DataSet project in Visual Studio.

Reference

DataRowComparer

DataRowExtensions

DataTableExtensions

See also