1 override of GetMemberValue
System.Data.Entity (1)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
543
internal override PropagatorResult
GetMemberValue
(int ordinal)
11 references to GetMemberValue
System.Data.Entity (11)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (5)
141
PropagatorResult result = this.CurrentValues.
GetMemberValue
(columnOrdinal);
329
object thisValue = thisResult.
GetMemberValue
(keyOrdinal).GetSimpleValue();
330
object otherValue = otherResult.
GetMemberValue
(keyOrdinal).GetSimpleValue();
340
int thisValue = thisResult.
GetMemberValue
(keyOrdinal).Identifier;
341
int otherValue = otherResult.
GetMemberValue
(keyOrdinal).Identifier;
System\Data\Mapping\Update\Internal\PropagatorResult.cs (1)
164
return
GetMemberValue
(ordinal);
System\Data\Mapping\Update\Internal\TableChangeProcessor.cs (1)
271
PropagatorResult constant = row.
GetMemberValue
(m_keyOrdinals[i]);
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (4)
206
PropagatorResult propertyResult = row.
GetMemberValue
(propertyOrdinal);
301
PropagatorResult originalPropertyResult = originalRow.
GetMemberValue
(propertyOrdinal);
372
PropagatorResult expectedValue = referenceRow.
GetMemberValue
(propertyOrdinal);
373
PropagatorResult newValue = null == current ? null : current.
GetMemberValue
(propertyOrdinal);