Hi there,
I have a table called say Table1 which has a column that is a primary key in another table.
I want to change this value so I try
Table1.OtherTableWithID.ID = Myvalue
But i get the error
"The property 'ID' is part of the object's key information and cannot be modified. "
So how can i modify this value seeing that I cannot access it through Table1.ID?