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::GetValidationResult Method ()
Entity Framework 6.0
Validates this DbEntityEntry instance and returns validation result.
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.
Show: