Interface IMergeableOn<TTarget, TSource>
Merge command builder that have only target table and source configured. Only operation available for this type of builder is match (ON) condition configuration.
Namespace: LinqToDB.Linq
Assembly: linq2db.dll
Syntax
public interface IMergeableOn<TTarget, TSource>
Type Parameters
Name | Description |
---|---|
TTarget | Target record type. |
TSource | Source record type. |