ObjectStateEntry.RelationshipManager Property
Returns a RelationshipManager instance for the object represented by entry.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Property Value
Type: System.Data.Objects.DataClasses.RelationshipManagerA RelationshipManager object.
| Exception | Condition |
|---|---|
| InvalidOperationException |
When the ObjectStateEntry is an EntityKey entry. -or- The object is in a Detached state. |
The RelationshipManager property can only return a RelationshipManager for an entry that represents an entity object. Entity key and relationship entries do not have an associated RelationshipManager.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.