UpdateException.StateEntries Proprietà

Definizione

Ottiene gli oggetti ObjectStateEntry per questo oggetto 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)

Valore della proprietà

Raccolta di oggetti ObjectStateEntry composto da una singola entità e zero o più relazioni o zero entità e una o più relazioni.

Commenti

Per ulteriori informazioni sulle modalità di gestione delle eccezioni nel codice, vedere Exception.

Si applica a