26 references to GetValue
System.Data.Entity (26)
System\Data\Objects\DataClasses\EntityReference.cs (4)
495
object value = principalTypeMetadata.Member(principalOrdinal).
GetValue
(principalEntity.Entity);
497
bool valueChanging = !ByValueEqualityComparer.Default.Equals(dependentTypeMetadata.Member(dependentOrdinal).
GetValue
(dependentEntity.Entity), value);
585
object currentValue = dependentTypeMetadata.Member(dependentOrdinal).
GetValue
(dependentEntity.Entity);
678
if (member.
GetValue
(WrappedOwner.Entity) != null)
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
613
return metaMember.
GetValue
(_wrappedOwner.Entity);
System\Data\Objects\EntityEntry.cs (19)
1107
newValue = memberMetadata.
GetValue
(changingObject);
1147
newValue = memberMetadata.
GetValue
(changingObject);
1216
oldOriginalValue = memberMetadata.
GetValue
(userObject);
1285
object oldValue = memberMetadata.
GetValue
(changingObject);
1334
retValue = member.
GetValue
(userObject);
1458
oldComplexMemberValue = complexMemberMetadata.
GetValue
(oldComplexObject);
1464
ExpandComplexTypeAndAddValues(complexMemberMetadata, oldComplexMemberValue, complexMemberMetadata.
GetValue
(newComplexObject), useOldComplexObject);
1476
originalValue = complexMemberMetadata.
GetValue
(newComplexObject);
1485
originalValue = complexMemberMetadata.
GetValue
(oldComplexObject);
1499
originalValue = complexMemberMetadata.
GetValue
(newComplexObject);
1690
currentValue = member.
GetValue
(this._wrappedEntity.Entity);
1696
currentValue = member.
GetValue
(this._wrappedEntity.Entity);
1737
object currentValue = complexMember.
GetValue
(complexValue);
1821
var currentValue = member.
GetValue
(this._wrappedEntity.Entity);
1949
currentValue = member.
GetValue
(complexValue);
2063
object nestedValue = complexMember.
GetValue
(currentValue);
2961
currentValueNew = member.
GetValue
(changed);
2962
currentValueOld = member.
GetValue
(_wrappedEntity.Entity);
3289
object fieldValue = member.
GetValue
(value) ?? DBNull.Value;
System\Data\Objects\ObjectStateManager.cs (2)
1489
object entityValue = typeMetadata.Member(ordinal).
GetValue
(wrappedEntity.Entity);
3735
keyValues[i] = typeMetadata.Member(ordinal).
GetValue
(entity);