首页 > 代码库 > ADO.NET

ADO.NET

You have seen in this chapter that you can manipulate the data within a DataSet in three distinct manners:
• By using the Tables, Rows, and Columns collections
• By using data table readers 
• By using strongly typed data classes
• LINQ to DataSet