Closed
Description
See GraphUpdatesSqlServerTest.Owned.Required_one_to_one_are_cascade_deleted
context.Set<Root>().Select(r => r.RequiredSingle).Count(e => e.Id == removedId)
SELECT COUNT(*)
FROM [Root] AS [r]
WHERE [r].[Id] = @__removedId_0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment