UpdateException.StateEntries Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.