24 references to Property
System.Data.Entity (24)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
80
names[(int)DbExpressionKind.
Property
] = ".";
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
573
(e.Instance.ExpressionKind == DbExpressionKind.
Property
&& 0 == inst.Children.Count))
System\Data\Common\CommandTrees\Internal\ViewSimplifier.cs (4)
355
Patterns.MatchKind(DbExpressionKind.
Property
),
363
Patterns.MatchKind(DbExpressionKind.
Property
),
370
Patterns.MatchForAll(Patterns.MatchKind(DbExpressionKind.
Property
)),
809
if (equals.Left.ExpressionKind != DbExpressionKind.
Property
) { return false; }
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
214
: base(DbExpressionKind.
Property
, resultType)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3985
if (projectionExpression.Arguments[i].ExpressionKind != DbExpressionKind.
Property
)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
258
case DbExpressionKind.
Property
:
System\Data\Mapping\ViewValidator.cs (1)
90
case DbExpressionKind.
Property
:
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
2638
if (rightProject.Projection.ExpressionKind != DbExpressionKind.
Property
)
2683
if (loj.Right.Expression.ExpressionKind != DbExpressionKind.
Property
)
2939
if (projection.Arguments[i].ExpressionKind != DbExpressionKind.
Property
)
System\Data\Objects\ELinq\Translator.cs (1)
332
if (DbExpressionKind.
Property
== instance.ExpressionKind)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1212
if (propertyExpression.Instance.ExpressionKind == DbExpressionKind.
Property
&&
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
531
Debug.Assert(propertyExpression.ExpressionKind == DbExpressionKind.
Property
,
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (2)
141
if (sortClause.Expression.ExpressionKind == DbExpressionKind.
Property
)
402
if (expr1.Instance.ExpressionKind == DbExpressionKind.
Property
)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (6)
869
return (argument.ExpressionKind == DbExpressionKind.
Property
) &&
2058
case DbExpressionKind.
Property
:
2094
case DbExpressionKind.
Property
:
2125
return (e.ExpressionKind == DbExpressionKind.
Property
3954
case DbExpressionKind.
Property
:
4348
if (expression.ExpressionKind == DbExpressionKind.
Property
)