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
ToListAsync()
As per this workitem you would need to use SqlQueryAsync. Feel free to upvote the work item on the EF Codeplex site.
SqlQueryAsync