15 references to CurrentValues
System.Data.Entity (15)
System\Data\Mapping\Update\Internal\DynamicUpdateCommand.cs (8)
50
Helper.PairEnumerations(TypeHelpers.GetAllStructuralMembers(this.
CurrentValues
.StructuralType),
51
this.
CurrentValues
.GetMemberValues()))
122
IBaseList<EdmMember> members = TypeHelpers.GetAllStructuralMembers(this.
CurrentValues
.StructuralType);
141
PropagatorResult result = this.
CurrentValues
.GetMemberValue(columnOrdinal);
296
if (null != this.
CurrentValues
)
299
this.
CurrentValues
, translator, this.Table))
324
PropagatorResult thisResult = (this.Operator == ModificationOperator.Delete ? this.OriginalValues : this.
CurrentValues
);
325
PropagatorResult otherResult = (other.Operator == ModificationOperator.Delete ? other.OriginalValues : other.
CurrentValues
);
System\Data\Mapping\Update\Internal\FunctionUpdateCommand.cs (1)
242
IBaseList<EdmMember> members = TypeHelpers.GetAllStructuralMembers(this.
CurrentValues
.StructuralType);
System\Data\Mapping\Update\Internal\UpdateCommand.cs (2)
129
if (null != this.
CurrentValues
)
132
AddReferencedEntities(translator, this.
CurrentValues
, addedRelationships);
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (4)
203
if (ForeignKeyValue.TryCreateSourceKey(fkConstraint, command.
CurrentValues
, true, out fk))
241
!ForeignKeyValue.TryCreateTargetKey(fkConstraint, command.
CurrentValues
, false, out currentFK) ||
285
if (ForeignKeyValue.TryCreateTargetKey(fkConstraint, command.
CurrentValues
, true, out fk))
315
!ForeignKeyValue.TryCreateSourceKey(fkConstraint, command.
CurrentValues
, false, out currentFK) ||