sql - Mapping column names with EntityFramwork.BulkInsert -
we needed bulk add feature ef6 dbfirst, tried download package
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
Post a Comment