UpdateException::StateEntries Property
.NET Framework (current version)
Gets the ObjectStateEntry objects for this UpdateException.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
public: property ReadOnlyCollection<ObjectStateEntry^>^ StateEntries { ReadOnlyCollection<ObjectStateEntry^>^ get(); }
Property Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<ObjectStateEntry^>^A collection of ObjectStateEntry objects comprised of either a single entity and 0 or more relationships, or 0 entities and 1 or more relationships.
.NET Framework
Available since 3.5
Available since 3.5
Show: