Search Results for

    Show / Hide Table of Contents

    Class QueryInfo

    Inheritance
    System.Object
    QueryInfo
    Implements
    IQueryContext
    Namespace: LinqToDB.Linq
    Assembly: linq2db.dll
    Syntax
    public class QueryInfo : object, IQueryContext

    Properties

    | Improve this Doc View Source

    Aliases

    Declaration
    public AliasesContext Aliases { get; set; }
    Property Value
    Type Description
    AliasesContext
    | Improve this Doc View Source

    Context

    Declaration
    public object? Context { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Object>
    | Improve this Doc View Source

    Parameters

    Declaration
    public SqlParameter[] Parameters { get; set; }
    Property Value
    Type Description
    SqlParameter[]
    | Improve this Doc View Source

    Statement

    Declaration
    public SqlStatement Statement { get; set; }
    Property Value
    Type Description
    SqlStatement

    Implements

    IQueryContext

    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