Search Results for

    Show / Hide Table of Contents

    Class Sql.TableExpressionAttribute

    Inheritance
    System.Object
    MappingAttribute
    Sql.TableFunctionAttribute
    Sql.TableExpressionAttribute
    CalculationViewInputParametersExpressionAttribute
    Inherited Members
    Sql.TableFunctionAttribute.Configuration
    Sql.TableFunctionAttribute.Schema
    Sql.TableFunctionAttribute.Database
    Sql.TableFunctionAttribute.Server
    Sql.TableFunctionAttribute.Package
    Sql.TableFunctionAttribute.ArgIndices
    Sql.TableFunctionAttribute.GetObjectID()
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public class TableExpressionAttribute : Sql.TableFunctionAttribute

    Constructors

    | Improve this Doc View Source

    TableExpressionAttribute(String)

    Declaration
    public TableExpressionAttribute(string expression)
    Parameters
    Type Name Description
    System.String expression
    | Improve this Doc View Source

    TableExpressionAttribute(String, Int32[])

    Declaration
    public TableExpressionAttribute(string expression, params int[] argIndices)
    Parameters
    Type Name Description
    System.String expression
    System.Int32[] argIndices
    | Improve this Doc View Source

    TableExpressionAttribute(String, String)

    Declaration
    public TableExpressionAttribute(string sqlProvider, string expression)
    Parameters
    Type Name Description
    System.String sqlProvider
    System.String expression
    | Improve this Doc View Source

    TableExpressionAttribute(String, String, Int32[])

    Declaration
    public TableExpressionAttribute(string sqlProvider, string expression, params int[] argIndices)
    Parameters
    Type Name Description
    System.String sqlProvider
    System.String expression
    System.Int32[] argIndices

    Properties

    | Improve this Doc View Source

    Expression

    Declaration
    public string? Expression { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    Name

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

    Methods

    | Improve this Doc View Source

    SetTable<TContext>(TContext, ISqlBuilder, MappingSchema, SqlTable, MethodCallExpression, Func<TContext, Expression, ColumnDescriptor, ISqlExpression>)

    Declaration
    public override void SetTable<TContext>(TContext context, ISqlBuilder sqlBuilder, MappingSchema mappingSchema, SqlTable table, MethodCallExpression methodCall, Func<TContext, Expression, ColumnDescriptor, ISqlExpression> converter)
    Parameters
    Type Name Description
    TContext context
    ISqlBuilder sqlBuilder
    MappingSchema mappingSchema
    SqlTable table
    MethodCallExpression methodCall
    Func<TContext, Expression, ColumnDescriptor, ISqlExpression> converter
    Type Parameters
    Name Description
    TContext
    Overrides
    LinqToDB.Sql.TableFunctionAttribute.SetTable<TContext>(TContext, LinqToDB.SqlProvider.ISqlBuilder, LinqToDB.Mapping.MappingSchema, LinqToDB.SqlQuery.SqlTable, MethodCallExpression, Func<TContext, Expression, LinqToDB.Mapping.ColumnDescriptor, LinqToDB.SqlQuery.ISqlExpression>)

    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