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