Condividi tramite


Proprietà UpdateException.StateEntries

[Questa pagina è specifica della versione 6 di Entity Framework. La versione più recente è disponibile come pacchetto NuGet per "Entity Framework". Per ulteriori informazioni su Entity Framework, vedere la pagina msdn.com/data/ef.]

Ottiene le voci di stato interessate dall'errore.

Spazio dei nomi:  System.Data.Entity.Core
Assembly:  EntityFramework (in EntityFramework.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property StateEntries As ReadOnlyCollection(Of ObjectStateEntry)
    Get
'Utilizzo
Dim instance As UpdateException 
Dim value As ReadOnlyCollection(Of ObjectStateEntry)

value = instance.StateEntries
public ReadOnlyCollection<ObjectStateEntry> StateEntries { get; }
public:
property ReadOnlyCollection<ObjectStateEntry^>^ StateEntries {
    ReadOnlyCollection<ObjectStateEntry^>^ get ();
}
member StateEntries : ReadOnlyCollection<ObjectStateEntry>
function get StateEntries () : ReadOnlyCollection<ObjectStateEntry>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<ObjectStateEntry>
Voci di stato interessate dall'errore.

Vedere anche

Riferimento

UpdateException Classe

Spazio dei nomi System.Data.Entity.Core