EntityFramework.BulkInsert icon indicating copy to clipboard operation
EntityFramework.BulkInsert copied to clipboard

Fast bulk insert for EntityFramework6

Results 8 EntityFramework.BulkInsert issues
Sort by recently updated
recently updated
newest added

Hello! I have added tests for three inheritance cases for EF6 in pull request #48. 1. Added the Parent and Child classes. Only test BulkInsert_OnlyParent_OneRowInserted runs correctly. How do I...

If table column name and entity model field have different case the BulkInsert failed The bulkinsert is CaseSensitive for names of table column and entity model field For expample if...

Why does the dll does not carry a strong name? Please add it so it can be used in Projects which enforce strong names.

Hi, Using the Nuget package EntityFramework6.BulkInsert, I'm trying to insert a collection of 200-300 items into a table and failing with the following exception: System.InvalidCastException: 'Specified cast is not valid.'...

enhancement
help wanted

using this extension method , will ignore trigger over table that using bulk insert over it , how to enable trigger to be work with bulk insert thanks

Hi, I am using EntityFramework6.BulkInsert 6.0.3.10. and EF 6.4 I got System.Exception: No table mappings provided when calling BulkInsert (entity) although I have installed mappingApi. Do you have any suggestion?...