2 references to GetPropertyIndexes
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
392
var parentIndexes =
GetPropertyIndexes
(parentRefProperties, refConstraint.FromProperties);
395
var childIndexes =
GetPropertyIndexes
(childRefProperties, refConstraint.ToProperties);