2 references to GetSlotNumsForColumns
System.Data.Entity (2)
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
673
List<List<int>> allChildSlotNums =
GetSlotNumsForColumns
(childCell, ChildColumns);
700
List<List<int>> allParentSlotNums =
GetSlotNumsForColumns
(parentCell, ParentColumns);