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.
DbUpdateException::Entries Property
Entity Framework 6.0
Gets DbEntityEntry objects that represents the entities that could not be saved to the database.
Assembly: EntityFramework (in EntityFramework.dll)
public: property IEnumerable<DbEntityEntry^>^ Entries { IEnumerable<DbEntityEntry^>^ get(); }
Property Value
Type: System.Collections.Generic::IEnumerable<DbEntityEntry^>^The entries representing the entities that could not be saved.
Show: