@rjperes,
Just wanted to add that in EF6 you can customize the DML that gets generated via the new interception capabilities. In this particular case you could rewrite the update command tree to remove the IA FK checks.
Cheers,
Andrew.
Just wanted to add that in EF6 you can customize the DML that gets generated via the new interception capabilities. In this particular case you could rewrite the update command tree to remove the IA FK checks.
Cheers,
Andrew.