3 references to GenerateProjectionCqt
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\CqlGeneration\CaseCqlBlock.cs (1)
92return cqt.Select(row => GenerateProjectionCqt(row, isTopLevel));
System\Data\Mapping\ViewGeneration\CqlGeneration\ExtentCqlBlock.cs (1)
91cqt = cqt.Select(row => GenerateProjectionCqt(row, isTopLevel));
System\Data\Mapping\ViewGeneration\CqlGeneration\JoinCqlBlock.cs (1)
142return left.Select(row => GenerateProjectionCqt(row, false));