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