Table of Contents

Interface IMergeableSource<TTarget, TSource>

Namespace
LinqToDB.Linq
Assembly
linq2db.dll

Merge command builder that have target table, source and match (ON) condition configured. You can only add operations to this type of builder.

public interface IMergeableSource<TTarget, TSource>

Type Parameters

TTarget

Target record type.

TSource

Source record type.

Extension Methods