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