ObjectStateEntry.IsRelationship Property

 

Gets a value that indicates whether the ObjectStateEntry represents a relationship.

Namespace:   System.Data.Entity.Core.Objects
Assembly:  EntityFramework (in EntityFramework.dll)

public abstract bool IsRelationship { get; }

Property Value

Type: System.Boolean

true if the ObjectStateEntry represents a relationship; otherwise, false.