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