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.
DbEntityValidationResult::ValidationErrors Property
Entity Framework 6.0
Gets validation errors. Never null.
Assembly: EntityFramework (in EntityFramework.dll)
public: property ICollection<DbValidationError^>^ ValidationErrors { ICollection<DbValidationError^>^ get(); }
Property Value
Type: System.Collections.Generic::ICollection<DbValidationError^>^
Show: