1 implementation of IsRelationship
System.Data.Entity (1)
System\Data\Objects\ObjectStateEntry.cs (1)
110abstract public bool IsRelationship { get; }
7 references to IsRelationship
System.Data.Entity (7)
System\Data\Mapping\Update\Internal\KeyManager.cs (1)
300Debug.Assert(!addedEntry.IsRelationship);
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
449if (null == m_stateEntry || m_stateEntry.IsRelationship)
System\Data\Mapping\Update\Internal\UpdateCommand.cs (3)
110if (!stateEntry.IsRelationship) 138if (stateEntry.IsRelationship) 173Debug.Assert(!owner.StateEntry.IsRelationship, "owner must not be a relationship");
System\Data\Mapping\Update\Internal\UpdateTranslator.cs (2)
168if (stateEntry.IsRelationship) 841if (!addedEntry.IsRelationship && !addedEntry.IsKeyEntry)