Hi is there any way to take an exisiting entity pulled from the database, change a few values and insert it as a new row in the database.
Kind of like a copy but with new Pkeys.
The only way i have found so far it to create a new entity and set all the values manually which kind of sucks when you have alot of columns.
Any Help appreciated.. Thanks