5 references to CompositeKey
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\CompositeKey.cs (1)
64
return new
CompositeKey
(mergedKeyValues);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (1)
489
return new
CompositeKey
(keyValues);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (2)
189
CompositeKey key = new
CompositeKey
(GetKeyConstants(row));
209
CompositeKey otherKey = new
CompositeKey
(GetKeyConstants(other));
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
418
Key = new
CompositeKey
(keyValues);