Search Results for

    Show / Hide Table of Contents

    Interface IExpressionQuery

    Namespace: LinqToDB.Linq
    Assembly: linq2db.dll
    Syntax
    public interface IExpressionQuery

    Properties

    | Improve this Doc View Source

    DataContext

    Declaration
    IDataContext DataContext { get; }
    Property Value
    Type Description
    IDataContext
    | Improve this Doc View Source

    Expression

    Declaration
    Expression Expression { get; }
    Property Value
    Type Description
    Expression
    | Improve this Doc View Source

    SqlText

    Declaration
    string SqlText { get; }
    Property Value
    Type Description
    System.String

    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