9 references to GreaterThan
System.Data.Entity (9)
System\Data\Common\CommandTrees\DefaultExpressionVisitor.cs (1)
481
case DbExpressionKind.
GreaterThan
:
System\Data\Common\CommandTrees\ExpressionBuilder\DbExpressionBuilder.cs (1)
892
return DbExpressionBuilder.CreateComparison(DbExpressionKind.
GreaterThan
, left, right);
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
76
names[(int)DbExpressionKind.
GreaterThan
] = ">";
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (1)
232
opMap[DbExpressionKind.
GreaterThan
] = ">";
System\Data\Common\CommandTrees\OperatorExpressions.cs (1)
281
DbExpressionKind.
GreaterThan
== kind ||
System\Data\Mapping\ViewValidator.cs (1)
103
case DbExpressionKind.
GreaterThan
:
System\Data\Query\PlanCompiler\ITreeGenerator.cs (2)
237
opMap[DbExpressionKind.
GreaterThan
] = OpType.GT;
369
case DbExpressionKind.
GreaterThan
:
System\Data\SqlClient\SqlGen\SqlGenerator.cs (1)
745
case DbExpressionKind.
GreaterThan
: