SqlConnection.Open vs SqlConnection.OpenAsync - what's different between the two beyond the obvious?

前端 未结 0 1077
庸人自扰
庸人自扰 2021-02-14 05:22

Edit: This boils down to why does changing just SqlConnection.Open() to await SqlConnection.OpenAsync() within asynchronous code result in strongly different be

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