30 references to NE
System.Data.Linq (30)
SqlClient\Common\SqlNode.cs (1)
965
case SqlNodeType.
NE
:
SqlClient\Common\SqlNodeTypeOperators.cs (3)
82
case SqlNodeType.
NE
:
116
case SqlNodeType.
NE
:
154
case SqlNodeType.
NE
:
SqlClient\Common\SqlVisitor.cs (1)
63
case SqlNodeType.
NE
:
SqlClient\Query\MethodCallConverter.cs (2)
57
case SqlNodeType.
NE
:
261
return sql.Binary(SqlNodeType.
NE
, mc.Arguments[0], mc.Arguments[1], mc.Method, mc.ClrType);
SqlClient\Query\QueryConverter.cs (1)
1363
result = sql.Binary(SqlNodeType.
NE
, left, right, b.Type);
SqlClient\Query\SimpleExpression.cs (1)
65
case SqlNodeType.
NE
:
SqlClient\Query\SqlBinder.cs (7)
185
case SqlNodeType.
NE
:
202
case SqlNodeType.
NE
:
209
bool equal = bo.NodeType != SqlNodeType.
NE
&& bo.NodeType != SqlNodeType.NE2V;
289
case SqlNodeType.
NE
:
305
case SqlNodeType.
NE
:
335
return this.VisitExpression(sql.ValueFromObject(bo.NodeType == SqlNodeType.
NE
, false, bo.SourceExpression));
1587
elseFilter = sql.AndAccumulate(elseFilter, sql.Binary(SqlNodeType.
NE
, clientCase.Expression, clientCase.Whens[i].Match));
SqlClient\Query\SqlBooleanMismatchVisitor.cs (1)
130
case SqlNodeType.
NE
:
SqlClient\Query\SqlCaseSimplifier.cs (3)
39
case SqlNodeType.
NE
:
73
if (nt!=SqlNodeType.EQ && nt!=SqlNodeType.
NE
&& nt!=SqlNodeType.EQ2V && nt!=SqlNodeType.NE2V)
191
rewrite = sql.AndAccumulate(rewrite, sql.Binary(SqlNodeType.
NE
, discriminator, newWhens[i].Match));
SqlClient\Query\SqlComparer.cs (1)
85
case SqlNodeType.
NE
:
SqlClient\Query\SqlFormatter.cs (1)
1336
case SqlNodeType.
NE
: return "<>";
SqlClient\Query\SqlMethodCallConverter.cs (1)
2108
SqlExpression condition = sql.AndAccumulate(sql.Binary(SqlNodeType.EQ, twiceX, round2X), sql.Binary(SqlNodeType.
NE
, x, roundX));
SqlClient\Query\SqlParameterizer.cs (1)
139
case SqlNodeType.
NE
:
SqlClient\Query\SqlSupersetValidator.cs (1)
145
if (bo.NodeType == SqlNodeType.EQ || bo.NodeType == SqlNodeType.
NE
||
SqlClient\Query\Translator.cs (4)
287
expr.NodeType == SqlNodeType.EQ || expr.NodeType == SqlNodeType.
NE
||
372
if (expr.NodeType == SqlNodeType.
NE
|| expr.NodeType == SqlNodeType.NE2V) {
381
case SqlNodeType.
NE
:
428
SqlNodeType neOp = allowExpand ? SqlNodeType.NE2V : SqlNodeType.
NE
;
SqlClient\SqlTypeSystemProvider.cs (1)
1141
case SqlNodeType.
NE
: