Search Results for

    Show / Hide Table of Contents

    Class SqlExtensions

    Inheritance
    System.Object
    SqlExtensions
    Namespace: LinqToDB.Tools
    Assembly: linq2db.dll
    Syntax
    public static class SqlExtensions : object

    Methods

    | Improve this Doc View Source

    In<T>(T, T, T)

    Declaration
    public static bool In<T>(this T value, T cmp1, T cmp2)
    Parameters
    Type Name Description
    T value
    T cmp1
    T cmp2
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, T, T, T)

    Declaration
    public static bool In<T>(this T value, T cmp1, T cmp2, T cmp3)
    Parameters
    Type Name Description
    T value
    T cmp1
    T cmp2
    T cmp3
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, T[])

    Declaration
    public static bool In<T>(this T value, params T[] sequence)
    Parameters
    Type Name Description
    T value
    T[] sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, IEnumerable<T>)

    Declaration
    public static bool In<T>(this T value, IEnumerable<T> sequence)
    Parameters
    Type Name Description
    T value
    IEnumerable<T> sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, IQueryable<T>)

    Declaration
    public static bool In<T>(this T value, IQueryable<T> sequence)
    Parameters
    Type Name Description
    T value
    IQueryable<T> sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, T, T)

    Declaration
    public static bool NotIn<T>(this T value, T cmp1, T cmp2)
    Parameters
    Type Name Description
    T value
    T cmp1
    T cmp2
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, T, T, T)

    Declaration
    public static bool NotIn<T>(this T value, T cmp1, T cmp2, T cmp3)
    Parameters
    Type Name Description
    T value
    T cmp1
    T cmp2
    T cmp3
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, T[])

    Declaration
    public static bool NotIn<T>(this T value, params T[] sequence)
    Parameters
    Type Name Description
    T value
    T[] sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, IEnumerable<T>)

    Declaration
    public static bool NotIn<T>(this T value, IEnumerable<T> sequence)
    Parameters
    Type Name Description
    T value
    IEnumerable<T> sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, IQueryable<T>)

    Declaration
    public static bool NotIn<T>(this T value, IQueryable<T> sequence)
    Parameters
    Type Name Description
    T value
    IQueryable<T> sequence
    Returns
    Type Description
    System.Boolean
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2022 linq2db.com

    Generated by DocFX