SqlException: Execution Timeout Expired while calling an sql query and add the results to the list

后端 未结 0 851
梦如初夏
梦如初夏 2021-01-24 06:22

I\'m trying to call a SQL query from dashboard and add them to list.

My current code is:

var ambulances = db.Ambulances.Include(a => a.Station)
                 


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