EF6 Database First making Stored Procedure Async

后端 未结 2 1785
夕颜
夕颜 2021-01-22 20:24

What\'s the right way to run a EF6 stored procedure (database-first) in async mode?

I read about ToListAsync() but I don\'t see that available on stored pro

2条回答
  •  走了就别回头了
    2021-01-22 21:08

    As per this workitem you would need to use SqlQueryAsync. Feel free to upvote the work item on the EF Codeplex site.

提交回复
热议问题