Search Results for

    Show / Hide Table of Contents

    Class SqlExtensions

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

    Methods

    | Improve this Doc View Source

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

    Declaration
    [ExpressionMethod("InImpl5")]
    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
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, T, T)

    Declaration
    [ExpressionMethod("InImpl4")]
    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
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    In<T>(T, params T[])

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

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

    Declaration
    [ExpressionMethod("InImpl1")]
    public static bool In<T>(this T value, IEnumerable<T> sequence)
    Parameters
    Type Name Description
    T value
    IEnumerable<T> sequence
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

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

    Declaration
    [ExpressionMethod("InImpl2")]
    public static bool In<T>(this T value, IQueryable<T> sequence)
    Parameters
    Type Name Description
    T value
    IQueryable<T> sequence
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

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

    Declaration
    [ExpressionMethod("NotInImpl5")]
    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
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, T, T)

    Declaration
    [ExpressionMethod("NotInImpl4")]
    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
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    NotIn<T>(T, params T[])

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

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

    Declaration
    [ExpressionMethod("NotInImpl1")]
    public static bool NotIn<T>(this T value, IEnumerable<T> sequence)
    Parameters
    Type Name Description
    T value
    IEnumerable<T> sequence
    Returns
    Type Description
    bool
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

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

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

    Generated by DocFX