The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DbEntityValidationResult Class
Entity Framework 6.0
Represents validation results for single entity.
Assembly: EntityFramework (in EntityFramework.dll)
| Name | Description | |
|---|---|---|
![]() | DbEntityValidationResult(DbEntityEntry, IEnumerable(Of DbValidationError)) | Creates an instance of DbEntityValidationResult class. |
| Name | Description | |
|---|---|---|
![]() | Entry | Gets an instance of DbEntityEntry the results applies to. |
![]() | IsValid | Gets an indicator if the entity is valid. |
![]() | ValidationErrors | Gets validation errors. Never null. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


