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.
Namespace: LinqToDB.Linq
Assembly: linq2db.dll
Syntax
public interface IMergeableSource<TTarget, TSource>
Type Parameters
Name | Description |
---|---|
TTarget | Target record type. |
TSource | Source record type. |