Why can I delete entities that have associated entities?
Hi,
Ive been playing around with my experimental data service athttps://astoria.sandbox.live.com/users/quotemehappy/quotemehappy.rse
username=quoteit
password=quoteit
The service is very basic. Its a list of Persons and a list of Quotes for each of those Persons.
What bothers me is that I was able to insert a person, insert a quote for that person, and then delete the Person. the quote was deleted as well. I admit that my head is in relational database mode, but I happen to think that the service shouldnt let us do that. Iit should throw the equivalent of a FK violation.
Thoughts?
Thanks
Jamie

