ā I'm having issue with this Insert method with linq
I'm trying to insert into my sql database, but i get the error "Cannot insert explicit value for identity column in table when IDENTITY_INSERT is set to OFF" even tough i'm executing identity_insert on/off.