UpdateException.StateEntries 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 the ObjectStateEntry objects for this UpdateException.
public:
property System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Objects::ObjectStateEntry ^> ^ StateEntries { System::Collections::ObjectModel::ReadOnlyCollection<System::Data::Objects::ObjectStateEntry ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Objects.ObjectStateEntry> StateEntries { get; }
member this.StateEntries : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Objects.ObjectStateEntry>
Public ReadOnly Property StateEntries As ReadOnlyCollection(Of ObjectStateEntry)
Property Value
A collection of ObjectStateEntry objects comprised of either a single entity and 0 or more relationships, or 0 entities and 1 or more relationships.
Remarks
For more information about how to handle exceptions in your code, see Exception.
Applies to
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.