I am using WCF Data Services and let's say a user creates a row in a datagrid (via AddObject) and then decides they do not want it after all so they would like to go ahead and delete it.
So in this scenario, the item is in the DataContext but no in the Database yet. How can I do this?
Any advice will be greatly appreciated.