Hi,
I've got an DB-table which has an PK and the identity property set to true. Now I want to set the PK manually in my entity and save it. is that possible?
Thanks for your hints!
example: myCustomer.Fields[(int)CustomerFieldindex.CustomerID].ForcedCurrentValueWrite(newValue);
if you want to SET the identity field in the db as well (thus do an insert), the db table has to be setup for this.