5 references to RightNullPreserve
System.Data.Entity (5)
System\Data\Mapping\Update\Internal\Propagator.JoinPropagator.cs (5)
350else if (0 != (Ops.RightNullPreserve & insertRule)) 363else if (0 != (Ops.RightNullPreserve & deleteRule)) 517LeftInsertNullPreserveExtended = LeftInsert | RightNullPreserve, 520LeftDeleteNullPreserveExtended = LeftDelete | RightNullPreserve, 523LeftUnknownNullPreserveExtended = LeftUnknown | RightNullPreserve,