Hi there,
I recently added a computed column to my table and it broke bulk inserts.
Exception: The column PartNumberNormalized cannot be modified because it's either a computed column... (which it is)
My entitiy does not contain this property, so I am guessing it's coming from BulkInsert grabbing the table schema.
Is there any way to ignore computed columns when inserting?
Thanks
Hi there,
I recently added a computed column to my table and it broke bulk inserts.
Exception: The column PartNumberNormalized cannot be modified because it's either a computed column... (which it is)
My entitiy does not contain this property, so I am guessing it's coming from BulkInsert grabbing the table schema.
Is there any way to ignore computed columns when inserting?
Thanks