DbEntityValidationResult Class
Represents validation results for single entity.
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | DbEntityValidationResult(DbEntityEntry, IEnumerable<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.