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?
Does Dapper.FastCRUD package support
BulkInsert
orBulkInsertAsync
? I have downloaded the package from NuGet. I can seeBulkDelete
andBulkUpdate
but there is noBulkInsert
. If you do not support this, do you have plans to support this in the future?