Interface IMergeableOn<TTarget, TSource>
Merge command builder that have only target table and source configured. Only operation available for this type of builder is match (ON) condition configuration.
public interface IMergeableOn<TTarget, TSource>
Type Parameters
TTargetTarget record type.
TSourceSource record type.
- Extension Methods