ADO.NET
时间:2014-06-17 14:07:37
收藏:0
阅读:340
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
评论(0)