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