3 references to GetPrincipalValue
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
137
object parameterValue = translator.KeyManager.
GetPrincipalValue
(result);
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (2)
212
m_translator.KeyManager.
GetPrincipalValue
(propertyResult));
444
object principalValue = m_translator.KeyManager.
GetPrincipalValue
(value);