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