if(sRows[0]["Cycle"].GetType() != Type.GetType("System.DBNull"))//check if DBNull
                            outCycle = Convert.ToInt32(sRows[0]["Cycle"]);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2021-08-10
  • 2021-08-28
  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-04-21
  • 2022-12-23
  • 2021-12-19
  • 2021-09-08
  • 2022-12-23
  • 2021-04-07
  • 2022-12-23
相关资源
相似解决方案