24 references to Property
System.Data.Entity (24)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
80names[(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)
355Patterns.MatchKind(DbExpressionKind.Property), 363Patterns.MatchKind(DbExpressionKind.Property), 370Patterns.MatchForAll(Patterns.MatchKind(DbExpressionKind.Property)), 809if (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)
3985if (projectionExpression.Arguments[i].ExpressionKind != DbExpressionKind.Property)
System\Data\Mapping\ViewGeneration\DiscriminatorMap.cs (1)
258case DbExpressionKind.Property:
System\Data\Mapping\ViewValidator.cs (1)
90case DbExpressionKind.Property:
System\Data\Objects\ELinq\MethodCallTranslator.cs (3)
2638if (rightProject.Projection.ExpressionKind != DbExpressionKind.Property) 2683if (loj.Right.Expression.ExpressionKind != DbExpressionKind.Property) 2939if (projection.Arguments[i].ExpressionKind != DbExpressionKind.Property)
System\Data\Objects\ELinq\Translator.cs (1)
332if (DbExpressionKind.Property == instance.ExpressionKind)
System\Data\Query\PlanCompiler\ITreeGenerator.cs (1)
1212if (propertyExpression.Instance.ExpressionKind == DbExpressionKind.Property &&
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
531Debug.Assert(propertyExpression.ExpressionKind == DbExpressionKind.Property,
System\Data\SqlClient\SqlGen\Sql8ExpressionRewriter.cs (2)
141if (sortClause.Expression.ExpressionKind == DbExpressionKind.Property) 402if (expr1.Instance.ExpressionKind == DbExpressionKind.Property)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (6)
869return (argument.ExpressionKind == DbExpressionKind.Property) && 2058case DbExpressionKind.Property: 2094case DbExpressionKind.Property: 2125return (e.ExpressionKind == DbExpressionKind.Property 3954case DbExpressionKind.Property: 4348if (expression.ExpressionKind == DbExpressionKind.Property)