摘要: 1.IEnumberable IEnumerable<Customers> customers =Customers.Where(q => q.CompanyName.StartsWith("A")); customers = customers.Take<Customers>(10); custo 阅读全文
posted @ 2022-08-10 17:24 katesharing 阅读(52) 评论(0) 推荐(0)