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