Information
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.

DbEntityEntry<TEntity>::GetValidationResult Method ()

Entity Framework 6.0
 

Validates this DbEntityEntry<TEntity> instance and returns validation result.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public:
[SuppressMessageAttribute("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate")]
DbEntityValidationResult^ GetValidationResult()

Return Value

Type: System.Data.Entity.Validation::DbEntityValidationResult^

Entity validation result. Possibly null if ValidateEntity method is overridden.

Return to top
Show: