次の方法で共有


UpdateException.StateEntries プロパティ

定義

この UpdateExceptionObjectStateEntryオブジェクトを取得します。

public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Objects.ObjectStateEntry> StateEntries { get; }
member this.StateEntries : System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Entity.Core.Objects.ObjectStateEntry>
Public ReadOnly Property StateEntries As ReadOnlyCollection(Of ObjectStateEntry)

プロパティ値

単一のエンティティと 0 以上のリレーションシップ、またはエンティティなしで 1 つ以上のリレーションシップのいずれかで構成された ObjectStateEntry オブジェクトのコレクションです。

適用対象