ObjectStateManager.GetObjectStateEntries(EntityState) Metodo

Definizione

Restituisce una raccolta di oggetti ObjectStateEntry per oggetti o relazioni con lo stato specificato.

public:
 System::Collections::Generic::IEnumerable<System::Data::Objects::ObjectStateEntry ^> ^ GetObjectStateEntries(System::Data::EntityState state);
public System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> GetObjectStateEntries (System.Data.EntityState state);
member this.GetObjectStateEntries : System.Data.EntityState -> seq<System.Data.Objects.ObjectStateEntry>
Public Function GetObjectStateEntries (state As EntityState) As IEnumerable(Of ObjectStateEntry)

Parametri

state
EntityState

Oggetto EntityState usato per filtrare gli oggetti ObjectStateEntry restituiti.

Restituisce

Raccolta di oggetti ObjectStateEntry nell'oggetto EntityState specificato.

Eccezioni

Quando state è Detached.

Commenti

L'oggetto EntityState è un campo di bit, pertanto è possibile recuperare le voci di stato per più stati in un'unica chiamata eseguendo un'operazione con OR bit per bit su più valori di EntityState.

Si applica a