DbUpdateException.Entries Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets DbEntityEntry objects that represents the entities that could not be saved to the database.
public System.Collections.Generic.IEnumerable<System.Data.Entity.Infrastructure.DbEntityEntry> Entries { get; }
member this.Entries : seq<System.Data.Entity.Infrastructure.DbEntityEntry>
Public ReadOnly Property Entries As IEnumerable(Of DbEntityEntry)
Property Value
The entries representing the entities that could not be saved.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework