Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Map.DeepCopy<T>(T)
    LinqExtensions.On<TTarget, TSource, TKey>(IMergeableOn<TTarget, TSource>, Expression<Func<TTarget, TKey>>, Expression<Func<TSource, TKey>>)
    LinqExtensions.On<TTarget, TSource>(IMergeableOn<TTarget, TSource>, Expression<Func<TTarget, TSource, Boolean>>)
    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.In<T>(T, T[])
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T[])
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, T, T, T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX