10 references to Key
System.Data.Entity (7)
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)
2744
if (constraint.FromProperties[i].Name == pair.
Key
)
2815
if (constraint.ToProperties[i].Name == pair.
Key
)
System\Data\Objects\ObjectContext.cs (2)
2522
esql.AppendFormat("X.{0} = @{1}", EntityUtil.QuoteIdentifier(members[i].
Key
), parameterName);
2527
if (keyMembers.TryGetValue(members[i].
Key
, true, out keyMember))
System.Web.Entity (3)
System\Data\WebControls\EntityDataSourceColumn.cs (1)
299
if (entityKeyValue.
Key
== this.KeyMember.Name)
System\Data\WebControls\EntityDataSourceReferenceGroup.cs (2)
83
if (newKeyValues.TryGetValue(originalEntityKey.
Key
, out newKeyValue))
95
newKeyValues.Add(originalEntityKey.
Key
, originalEntityKey.Value);