Search Results for

    Show / Hide Table of Contents

    Delegate UpdateColumnFilter<T>

    Defines signature for column filter for update operations.

    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public delegate bool UpdateColumnFilter<T>(T entity, ColumnDescriptor column);
    Parameters
    Type Name Description
    T entity

    Entity instance.

    ColumnDescriptor column

    Descriptor of column.

    Returns
    Type Description
    System.Boolean

    true, if column should be included in operation and false otherwise.

    Type Parameters
    Name Description
    T

    Entity type.

    Extension Methods

    Map.DeepCopy<T>(T)
    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