1                 var objPar1 = new System.Data.Objects.ObjectParameter("ExeResults",typeof(bool));
2                 var objPar2 = new System.Data.Objects.ObjectParameter("ExeDes", typeof(string));
3                 db.proOrdercomplete(id, (decimal)(0.1), objPar1, objPar2);
4                 return Content(objPar1.Value.ToString() + "--" + objPar2.Value.ToString());

 

相关文章:

  • 2021-10-27
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-28
  • 2022-12-23
猜你喜欢
  • 2022-01-28
  • 2021-12-25
  • 2021-10-12
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案