UpdateException::StateEntries Property

 

Gets the ObjectStateEntry objects for this UpdateException.

Namespace:   System.Data
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.

For more information about how to handle exceptions in your code, see Exception.

.NET Framework
Available since 3.5
Return to top
Show: