3 references to GetProjectedPositions
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
122
List<int> fieldNums = SQuery.
GetProjectedPositions
(columns);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
593
List<int> endIndexes = cell.CQuery.
GetProjectedPositions
(primaryKey.KeyFields);
813
List<int> localslotNums = cell.SQuery.
GetProjectedPositions
(columns);