1 override of GetSimpleValue
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
296internal override object GetSimpleValue()
16 references to GetSimpleValue
System.Data.Entity (16)
System\Data\Mapping\Update\Internal\CompositeKey.cs (3)
114!ByValueEqualityComparer.Default.Equals(leftValue.GetSimpleValue(), rightValue.GetSimpleValue())) 147return ByValueEqualityComparer.Default.GetHashCode(keyComponent.GetSimpleValue());
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (2)
329object thisValue = thisResult.GetMemberValue(keyOrdinal).GetSimpleValue(); 330object otherValue = otherResult.GetMemberValue(keyOrdinal).GetSimpleValue();
System\Data\Mapping\Update\Internal\KeyManager.cs (4)
164return result.GetSimpleValue(); 178value = ownerResult.GetSimpleValue(); 184if (!ByValueEqualityComparer.Default.Equals(value, ownerResult.GetSimpleValue())) 195value = result.GetSimpleValue();
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (4)
155return (bool)result.GetSimpleValue(); 233object left = leftResult.GetSimpleValue(); 234object right = rightResult.GetSimpleValue(); 517resultValue = Cast(childResult.GetSimpleValue(), ((PrimitiveType)nodeType.EdmType).ClrEquivalentType);
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.SubstitutingCloneVisitor.cs (1)
103object value = isNull ? null : node.GetSimpleValue();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (2)
305if (!ByValueEqualityComparer.Default.Equals(originalPropertyResult.GetSimpleValue(), propertyResult.GetSimpleValue()))