UpdateException.StateEntries Property

 

Gets the state entries implicated in the error.

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

public ReadOnlyCollection<ObjectStateEntry> StateEntries { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<ObjectStateEntry>

The state entries implicated in the error.