Search Results for

    Show / Hide Table of Contents

    Class ExprParameterAttribute

    Inheritance
    System.Object
    ExprParameterAttribute
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public class ExprParameterAttribute : Attribute

    Constructors

    | Improve this Doc View Source

    ExprParameterAttribute()

    Declaration
    public ExprParameterAttribute()
    | Improve this Doc View Source

    ExprParameterAttribute(String)

    Declaration
    public ExprParameterAttribute(string name)
    Parameters
    Type Name Description
    System.String name

    Properties

    | Improve this Doc View Source

    Name

    Declaration
    public string? Name { get; set; }
    Property Value
    Type Description
    System.Nullable<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