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