Search Results for

    Show / Hide Table of Contents

    Class SqlQueryExtension

    Inheritance
    object
    SqlQueryExtension
    Implements
    ISqlExpressionWalkable
    Namespace: LinqToDB.SqlQuery
    Assembly: linq2db.dll
    Syntax
    public class SqlQueryExtension : ISqlExpressionWalkable

    Properties

    | Improve this Doc View Source

    Arguments

    Declaration
    public Dictionary<string, ISqlExpression> Arguments { get; }
    Property Value
    Type Description
    Dictionary<string, ISqlExpression>
    | Improve this Doc View Source

    BuilderType

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

    Configuration

    Declaration
    public string? Configuration { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    Scope

    Declaration
    public Sql.QueryExtensionScope Scope { get; set; }
    Property Value
    Type Description
    Sql.QueryExtensionScope

    Methods

    | Improve this Doc View Source

    Walk<TContext>(WalkOptions, TContext, Func<TContext, ISqlExpression, ISqlExpression>)

    Declaration
    public ISqlExpression? Walk<TContext>(WalkOptions options, TContext context, Func<TContext, ISqlExpression, ISqlExpression> func)
    Parameters
    Type Name Description
    WalkOptions options
    TContext context
    Func<TContext, ISqlExpression, ISqlExpression> func
    Returns
    Type Description
    ISqlExpression
    Type Parameters
    Name Description
    TContext

    Implements

    ISqlExpressionWalkable

    Extension Methods

    Sql.IsDistinctFrom<T>(T, T)
    Sql.IsNotDistinctFrom<T>(T, T)
    Map.DeepCopy<T>(T)
    SqlExtensions.In<T>(T, T, T, T)
    SqlExtensions.In<T>(T, T, T)
    SqlExtensions.In<T>(T, params T[])
    SqlExtensions.In<T>(T, IEnumerable<T>)
    SqlExtensions.In<T>(T, IQueryable<T>)
    SqlExtensions.NotIn<T>(T, T, T, T)
    SqlExtensions.NotIn<T>(T, T, T)
    SqlExtensions.NotIn<T>(T, params T[])
    SqlExtensions.NotIn<T>(T, IEnumerable<T>)
    SqlExtensions.NotIn<T>(T, IQueryable<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2011-2023 linq2db.com

    Generated by DocFX