Table of Contents

Interface IMergeableOn<TTarget, TSource>

Namespace
LinqToDB.Linq
Assembly
linq2db.dll

Merge command builder that have only target table and source configured. Only operation available for this type of builder is match (ON) condition configuration.

public interface IMergeableOn<TTarget, TSource>

Type Parameters

TTarget

Target record type.

TSource

Source record type.

Extension Methods