DbEntityValidationResult Class
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents validation results for single entity.
[System.Serializable]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", Justification="FxCop rule is wrong; Database is not two words.", MessageId="Db")]
public class DbEntityValidationResult
[System.Serializable]
public class DbEntityValidationResult
type DbEntityValidationResult = class
Public Class DbEntityValidationResult
- Inheritance
-
DbEntityValidationResult
- Attributes
Constructors
Db |
Creates an instance of DbEntityValidationResult class. |
Properties
Entry |
Gets an instance of DbEntityEntry the results applies to. |
Is |
Gets an indicator if the entity is valid. |
Validation |
Gets validation errors. Never null. |
Applies to
Product | Versions |
---|---|
Entity Framework | 4.3.1, 5.0.0, 6.2.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: