2 writes to Key
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (2)
414
Key
= null;
418
Key
= new CompositeKey(keyValues);
5 references to Key
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (5)
435
if (null == key.
Key
)
453
if (null == key.
Key
)
491
_baseComparer.Equals(x.
Key
, y.
Key
);
496
return _baseComparer.GetHashCode(obj.
Key
);