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