1 write to IsCurrent
System.Data.Entity (1)
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
266this.IsCurrent = isCurrent;
5 references to IsCurrent
System.Data.Entity (5)
System\Data\Mapping\StorageMappingItemCollection.cs (1)
675foreach (var parameterBinding in functionMappings.UpdateFunctionMapping.ParameterBindings.Where(p => !p.IsCurrent))
System\Data\Mapping\StorageModificationFunctionMapping.cs (1)
288"@{0}->{1}{2}", Parameter, IsCurrent ? "+" : "-", MemberPath);
System\Data\Mapping\Update\Internal\FunctionMappingTranslator.cs (3)
240bool hasTarget = parameterBinding.IsCurrent 261PropagatorResult relationshipResult = parameterBinding.IsCurrent ? 272result = parameterBinding.IsCurrent ? stateEntry.Current : stateEntry.Original;