ObjectStateManager.GetObjectStateEntries(EntityState) Yöntem

Tanım

Nesneler veya verilen durumla ilişkiler için bir nesne koleksiyonu ObjectStateEntry döndürür.

public virtual System.Collections.Generic.IEnumerable<System.Data.Entity.Core.Objects.ObjectStateEntry> GetObjectStateEntries(System.Data.Entity.EntityState state);
abstract member GetObjectStateEntries : System.Data.Entity.EntityState -> seq<System.Data.Entity.Core.Objects.ObjectStateEntry>
override this.GetObjectStateEntries : System.Data.Entity.EntityState -> seq<System.Data.Entity.Core.Objects.ObjectStateEntry>
Public Overridable Function GetObjectStateEntries (state As EntityState) As IEnumerable(Of ObjectStateEntry)

Parametreler

state
EntityState

EntityState Döndürülen ObjectStateEntry nesneleri filtrelemek için kullanılan.

Döndürülenler

Verilen EntityState içindeki nesne koleksiyonuObjectStateEntry.

Özel durumlar

Durum olduğunda Detached.

Şunlara uygulanır