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.

DbEntityValidationResult::ValidationErrors Property

Entity Framework 6.0
 

Gets validation errors. Never null.

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

public:
property ICollection<DbValidationError^>^ ValidationErrors {
	ICollection<DbValidationError^>^ get();
}
Return to top
Show: