2 overrides of IsNull
System.Data.Entity (2)
System\Data\Mapping\Update\Internal\PropagatorResult.cs (2)
286
internal override bool
IsNull
533
internal override bool
IsNull
10 references to IsNull
System.Data.Entity (10)
System\Data\Mapping\Update\Internal\Propagator.Evaluator.cs (7)
148
if (result.
IsNull
)
197
if (childResult.
IsNull
)
227
if (leftResult.
IsNull
|| rightResult.
IsNull
)
403
if (instance.
IsNull
)
509
if (childResult.
IsNull
)
568
bool result = argumentResult.
IsNull
;
System\Data\Mapping\Update\Internal\SourceInterpreter.cs (1)
93
else if (!source.IsSimple && !source.
IsNull
)
System\Data\Mapping\Update\Internal\UpdateCommandOrderer.cs (1)
403
if (keyValues[i].
IsNull
)
System\Data\Mapping\Update\Internal\UpdateCompiler.cs (1)
440
if (value.
IsNull
)