3 references to ExtractKey
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (3)
82
m_leftPlaceholderKey =
ExtractKey
(m_left.Placeholder, m_leftKeySelectors, m_parent);
83
m_rightPlaceholderKey =
ExtractKey
(m_right.Placeholder, m_rightKeySelectors, m_parent);
472
CompositeKey key =
ExtractKey
(instance, keySelectors, m_parent);