DbMemberEntry<TEntity, TProperty>.GetValidationErrors Method ()
Validates this property.
Assembly: EntityFramework (in EntityFramework.dll)
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")] public ICollection<DbValidationError> GetValidationErrors()
Return Value
Type: System.Collections.Generic.ICollection<DbValidationError>Collection of DbValidationError objects. Never null. If the entity is valid the collection will be empty.