8 references to Value
System.Data.Entity (6)
System\Data\EntityKey.cs (2)
780builder.Append(pair.Key).Append("=").Append(pair.Value); 1298yield return new KeyValuePair<string, object>(pair.Key, pair.Value);
System\Data\Objects\DataClasses\RelatedEnd.cs (1)
553value = _wrappedOwner.EntityKey.EntityKeyValues.Single(ekv => ekv.Key == parameterMember.Name).Value;
System\Data\Objects\EntityEntry.cs (2)
2746EntityEntry.AddOrIncreaseCounter(properties, constraint.ToProperties[i].Name, pair.Value); 2817if (!ByValueEqualityComparer.Default.Equals(GetCurrentEntityValue(constraint.FromProperties[i].Name), pair.Value))
System\Data\Objects\ObjectContext.cs (1)
2523parameters[i] = new ObjectParameter(parameterName, members[i].Value);
System.Web.Entity (2)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
301value = entityKeyValue.Value;
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (1)
95newKeyValues.Add(originalEntityKey.Key, originalEntityKey.Value);