I'm looking for an explanation concerning this interaction:
When I Deleted an entry from my SQL table and ran a call to CreateOrUpdate my local Entity based on data in my SQL table, I expected to have an "orphaned" entry in the entity. Instead, the CreateOrUpdate deleted the "orphan" from the entity.
Does anyone know why?
Sorry, I figured it out. There were confounding variables that were causing another action to step in.
Hi Asher,
Could you please explain your question little in more details.