System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (6)
348rightInsert = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullModified));
352rightInsert = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullPreserve));
356rightInsert = Tuple.Create(key, RightPlaceholder(key, PopulateMode.Unknown));
361rightDelete = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullModified));
365rightDelete = Tuple.Create(key, RightPlaceholder(key, PopulateMode.NullPreserve));
369rightDelete = Tuple.Create(key, RightPlaceholder(key, PopulateMode.Unknown));