Advertisement
Guest User

Untitled

a guest
May 30th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ex.EntityValidationErrors
  2. .SelectMany(result => result.ValidationErrors)
  3. .ForEach(error => Console.WriteLine(error.PropertyName + @" : " + error.ErrorMessage));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement