This question is locked. New answers and comments are not allowed.
When using the QueryableDomainServiceCollectionView to add a new item, how can i get the Id of that item?
If after SubmitChanges() i call the CurrentItem property, will that be the newly created item? If so i can simply take the ID from that.
I am not sure what the behaviour is here.
Thanks