I have custom data which is return from stored procedure so I need to add those data into list<> and return in asp.net core web api c#

前端 未结 0 961
醉酒成梦
醉酒成梦 2020-12-08 03:17

Here is my code example:

 using (IDbConnection con = new SqlConnection(Constants.DefaultConnectionString))
 {
      if (con.State == ConnectionState.Closed)
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题