Interface IMergeableSource<TTarget, TSource>
Merge command builder that have target table, source and match (ON) condition configured. You can only add operations to this type of builder.
public interface IMergeableSource<TTarget, TSource>
Type Parameters
TTargetTarget record type.
TSourceSource record type.
- Extension Methods