摘要:
DataSet ds = getDataset(); //第一种方法 //var matches = from p in ds.Tables["products"].AsEnumerable() // where p.Field<decimal>("UnitPrice") > 10 // select p; //gvProducts.DataSource = matches.... 阅读全文
posted @ 2010-11-22 19:52 steve.z 阅读(191) 评论(0) 推荐(0)
浙公网安备 33010602011771号