IEnumerable<InspecReportsContextEntity> OnenewDate = lisConAll.Where(p => p.inspectime == timer1.Text);/

  int countNum = OnenewDate.ToList<InspecReportsContextEntity>().Count;//获取list集合总数

 

相关文章:

  • 2022-01-31
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2021-05-31
  • 2021-12-01
  • 2021-07-04
猜你喜欢
  • 2021-09-16
  • 2021-11-04
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案