ObjectStateEntry.RelationshipManager Property

Definition

Gets the RelationshipManager instance for the object represented by entry.

public abstract System.Data.Entity.Core.Objects.DataClasses.RelationshipManager RelationshipManager { get; }
member this.RelationshipManager : System.Data.Entity.Core.Objects.DataClasses.RelationshipManager
Public MustOverride ReadOnly Property RelationshipManager As RelationshipManager

Property Value

The RelationshipManager object.

Exceptions

The entry is a stub or represents a relationship

Applies to