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