17 references to Project
System.Data.Entity (17)
System\Data\Common\CommandTrees\Internal\PatternMatchRules.cs (1)
279
return (e => { if (e.ExpressionKind != DbExpressionKind.
Project
) { return false; } else { DbProjectExpression projectEx = (DbProjectExpression)e; return inputPattern(projectEx.Input.Expression) && projectionPattern(projectEx.Projection); } });
System\Data\Common\CommandTrees\RelationalExpressions.cs (1)
477
: base(DbExpressionKind.
Project
, resultType)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3952
if (lambdaBody.ExpressionKind != DbExpressionKind.
Project
)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
79
if (queryView.ExpressionKind != DbExpressionKind.
Project
) { return false; }
System\Data\Mapping\ViewValidator.cs (1)
105
case DbExpressionKind.
Project
:
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
849
if (input.ExpressionKind == DbExpressionKind.
Project
&& !TryGetSpan(input, out span))
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
2625
if (crossApply.Apply.Expression.ExpressionKind != DbExpressionKind.
Project
)
2922
if (cqtExpression.ExpressionKind != DbExpressionKind.
Project
)
2952
if (project.Input.Expression.ExpressionKind != DbExpressionKind.
Project
)
System\Data\Objects\ELinq\OrderByLifter.cs (2)
106
if (source.ExpressionKind == DbExpressionKind.
Project
)
148
if (limitInput.ExpressionKind == DbExpressionKind.
Project
)
System\Data\Objects\Internal\ObjectSpanRewriter.cs (2)
463
if (DbExpressionKind.
Project
== expression.ExpressionKind)
789
case DbExpressionKind.
Project
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
275
PlanCompiler.Assert(ctree.Query.ExpressionKind == DbExpressionKind.
Project
,
1946
case DbExpressionKind.
Project
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
3998
case DbExpressionKind.
Project
:
4085
case DbExpressionKind.
Project
: