This section provides conceptual information and examples for programming with LINQ to DataSet.
-
Queries in LINQ to DataSet
-
Provides information about how to write LINQ to DataSet queries.
-
Querying DataSets (LINQ to DataSet)
-
Describes how to query DataSet objects.
-
Comparing DataRows (LINQ to DataSet)
-
Describes how to use the DataRowComparer object to compare data rows.
-
Creating a DataTable From a Query (LINQ to DataSet)
-
Provides information about creating a DataTable from a LINQ to DataSet query by using the CopyToDataTable method.
-
How to: Implement CopyToDataTable<T> Where the Generic Type T Is Not a DataRow
-
Describes how to implement a custom CopyToDataTable<T> method where the generic parameter T is not of type DataRow.
-
Generic Field and SetField Methods (LINQ to DataSet)
-
Provides information about the generic Field and SetField methods.
-
Data Binding and LINQ to DataSet
-
Describes databinding using the DataView object.
-
Debugging LINQ to DataSet Queries
-
Provides information about debugging and troubleshooting LINQ to DataSet queries.
-
Security (LINQ to DataSet)
-
Describes security issues in LINQ to DataSet.
-
LINQ to DataSet Examples
-
Provides query examples that use the LINQ operators.
DataRowComparer
DataRowExtensions
DataTableExtensions
DataView
Other Resources