13 references to Null
System.Data.Entity (13)
System\Data\Common\CommandTrees\ValueExpressions.cs (1)
107
: base(DbExpressionKind.
Null
, type)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (1)
3615
converted = converted.ExpressionKind == CommandTrees.DbExpressionKind.
Null
? converted : converted.ResultType.Null();
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
417
if (valueExpression.ExpressionKind == DbExpressionKind.
Null
)
System\Data\Mapping\ViewValidator.cs (1)
91
case DbExpressionKind.
Null
:
System\Data\Objects\ELinq\ExpressionConverter.cs (4)
1256
case DbExpressionKind.
Null
: // null EQ constant --> false
1261
case DbExpressionKind.
Null
:
1266
case DbExpressionKind.
Null
: // null EQ null --> true
1276
case DbExpressionKind.
Null
: // left EQ null --> left IS NULL
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
903
case DbExpressionKind.
Null
:
2188
bool requireSentinel = !(null == defaultValue || defaultValue.ExpressionKind == DbExpressionKind.
Null
);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (1)
538
if (value.ExpressionKind != DbExpressionKind.
Null
)
System\Data\SqlClient\SqlGen\SqlGenerator.cs (2)
892
expressionKind == DbExpressionKind.
Null
) &&
1673
if (e.Escape.ExpressionKind != DbExpressionKind.
Null
)