When saving changes with SaveChanges
on a data context is there a way to determine which Entity causes an error? For example, sometimes I\'ll forget to assign a da
I think it is not possible: you could play with the states of the objects for knowing which will be saved (before saving) and which has been saved (in the exception), but in the second set you will not be able to know which one throwed the exception.
Spanish version : http://msdn.microsoft.com/es-es/library/cc716714.aspx
English : http://msdn.microsoft.com/en-us/library/cc716714.aspx