mtanneryd / ef-bulk-operations

Bulk operations for Entity Framework 6
Apache License 2.0
80 stars 30 forks source link

Async/await support #9

Open RubenDelange opened 5 years ago

RubenDelange commented 5 years ago

Hi,

Have you considered adding async/await support?

This line could be replaced by await bulkCopy.WriteToServerAsync(...) ?

mtanneryd commented 5 years ago

Hi!

No, not really. But, it's an interesting idea. Thanks for the feedback!