Open RubenDelange opened 5 years ago
Hi,
Have you considered adding async/await support?
This line could be replaced by await bulkCopy.WriteToServerAsync(...) ?
await bulkCopy.WriteToServerAsync(...)
Hi!
No, not really. But, it's an interesting idea. Thanks for the feedback!
Hi,
Have you considered adding async/await support?
This line could be replaced by
await bulkCopy.WriteToServerAsync(...)
?