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
TTarget
Target record type.
TSource
Source record type.
- Extension Methods