3 references to NullModified
System.Data.Entity (3)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (2)
348rightInsert = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullModified)); 361rightDelete = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullModified));
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.SubstitutingCloneVisitor.cs (1)
75bool isNull = mode == PopulateMode.NullModified || mode == PopulateMode.NullPreserve;