DbEntityValidationResult Class
Entity Framework 5.0
Represents validation results for single entity.
Namespace: System.Data.Entity.Validation
Assembly: EntityFramework (in EntityFramework.dll)
The DbEntityValidationResult type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DbEntityValidationResult | Creates an instance of the DbEntityValidationResult class. |
| Name | Description | |
|---|---|---|
![]() | Entry | Gets the instance of DbEntityEntry that the results applies to. |
![]() | IsValid | Gets an indicator if the entity is valid. |
![]() | ValidationErrors | Gets validation errors. This property is never null. |
Show:
