예제 #1
0
 public IMergeDataBuilderFinalOutput <TTable> Set(TargetUpdateMapping <TTable> mapping)
 {
     this._whenNotMatchedBySource = this._whenNotMatchedBySource
                                    .AssertNotNull("NotMatchedBySource is expected to be set")
                                    .WithMapping(mapping.AssertArgumentNotNull(nameof(mapping)));
     return(this);
 }