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