2022年11月5日

摘要: public void Linq() { List<Product> products = GetProductList(); List<Customer> customers = GetCustomerList(); var productFirstChars = from prod in pro 阅读全文
posted @ 2022-11-05 11:59 Violin_Huang 阅读(667) 评论(0) 推荐(0) 编辑
摘要: // 获取到的数据 DataTable picDt = GetPdmPoroductModelPictureData(productModelCode); // 将productCode列转数组 string[] arrPic = picDt.AsEnumerable().Select(d => d 阅读全文
posted @ 2022-11-05 11:50 Violin_Huang 阅读(723) 评论(0) 推荐(0) 编辑

导航