Search Results for

    Show / Hide Table of Contents

    Class Sql.SqlExtensionParam

    Inheritance
    System.Object
    Sql.SqlExtensionParam
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public class SqlExtensionParam : object

    Constructors

    | Improve this Doc View Source

    SqlExtensionParam(Nullable<String>, Sql.SqlExtension)

    Declaration
    public SqlExtensionParam(string? name, Sql.SqlExtension extension)
    Parameters
    Type Name Description
    System.Nullable<System.String> name
    Sql.SqlExtension extension
    | Improve this Doc View Source

    SqlExtensionParam(Nullable<String>, ISqlExpression)

    Declaration
    public SqlExtensionParam(string? name, ISqlExpression expression)
    Parameters
    Type Name Description
    System.Nullable<System.String> name
    ISqlExpression expression

    Properties

    | Improve this Doc View Source

    Expression

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

    Extension

    Declaration
    public Sql.SqlExtension Extension { get; set; }
    Property Value
    Type Description
    Sql.SqlExtension
    | Improve this Doc View Source

    Name

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>

    Methods

    | Improve this Doc View Source

    ToDebugString()

    Declaration
    public string ToDebugString()
    Returns
    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