MoonStorm / FastCrud

fast .NET ORM for strongly typed people
MIT License
506 stars 128 forks source link

Question: BulkInsert? #151

Closed dogac00 closed 4 years ago

dogac00 commented 4 years ago

Does Dapper.FastCRUD package support BulkInsert or BulkInsertAsync? I have downloaded the package from NuGet. I can see BulkDelete and BulkUpdate but there is no BulkInsert. If you do not support this, do you have plans to support this in the future?

dogac00 commented 4 years ago

My bad, it seems there is BulkInsert. The problem was on my side I guess. I'm closing this issue.