Open bergerb-com opened 1 month ago
If I have eg. Order n : 1 Transport, so Transport has a collection of Orders and Order has a property (FK) of one Transport.
When I add a new Transport, with a collection of pre-existing Orders (already known to the context), this FK-Change in Order is not recognized.
I assume this has something to do with the new Transport not yet being known to the Tracker. Is there a workaround for this?
If I have eg. Order n : 1 Transport, so Transport has a collection of Orders and Order has a property (FK) of one Transport.
When I add a new Transport, with a collection of pre-existing Orders (already known to the context), this FK-Change in Order is not recognized.
I assume this has something to do with the new Transport not yet being known to the Tracker. Is there a workaround for this?