Interface IMergeableUsing<TTarget>
Merge command builder that have only target table configured. Only operation available for this type of builder is source configuration.
Namespace: LinqToDB.Linq
Assembly: linq2db.dll
Syntax
public interface IMergeableUsing<TTarget>
Type Parameters
Name | Description |
---|---|
TTarget | Target record type. |