5 references to FindValueByName
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\ExtractorMetadata.cs (1)
229keyValue = entityKey.FindValueByName(keyMember.Name);
System\Data\Objects\DataClasses\EntityReference.cs (1)
583object value = principalKey.FindValueByName(constraint.FromProperties[i].Name);
System\Data\Objects\DataClasses\RelatedEnd.cs (2)
1859if (!VerifyRIConstraintsWithRelatedEntry(constraint, detachedKey.FindValueByName, ownerEntry.EntityKey)) 1919object currentValue = principalKey.FindValueByName(fromPropertyName);
System\Data\Objects\ObjectStateManager.cs (1)
1490object keyValue = entityKey.FindValueByName(keyField.Name);