sql - Mapping column names with EntityFramwork.BulkInsert -


we needed bulk add feature ef6 dbfirst, tried download package

https://efbulkinsert.codeplex.com/

which supposedly quite efficient. problem face is, is mixing column values

so example column values

a - b - c - d

1....2....3....4

it inserts data in wrong order, 3....2....4....1 or something. , later on breaks unique constraint.

i cant figure out why that. has experience package if can provide mapping of sort ?

second this article:

the order of properties in entity class should same order of columns in database table.

can try in project?


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - Bypass Geo Redirect for specific directories -

php - .htaccess mod_rewrite for dynamic url which has domain names -