You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using TempDB you should put BulkRead inside transaction:
There is remark about this in README:
UseTempDB when set then BulkOperation has to be inside inside Transaction.
If the issue still remains for reproducing it, please write entire code of these Entity classes, than code of OnModelCreating method if columns have some custom config there and also code how you called BulkRead.
If the issue still remains for reproducing it, please write entire code of these Entity classes, than code of OnModelCreating method if columns have some custom config there and also code how you called BulkRead.
When I tried to use BulkRead to my class
Order
, like this, its works:But when I change to use a ValueObject, like this:
BulkRead throw exception "There is already an object named '#TableTemp78fdb037' in the database"
I've tried with TempDB true and false, and got the same exception.
The text was updated successfully, but these errors were encountered: