Search Results for

    Show / Hide Table of Contents

    Class Sql.TableFunctionAttribute

    Inheritance
    System.Object
    MappingAttribute
    Sql.TableFunctionAttribute
    Sql.TableExpressionAttribute
    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public class TableFunctionAttribute : MappingAttribute

    Constructors

    | Improve this Doc View Source

    TableFunctionAttribute()

    Declaration
    public TableFunctionAttribute()
    | Improve this Doc View Source

    TableFunctionAttribute(String)

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

    TableFunctionAttribute(String, Int32[])

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

    TableFunctionAttribute(String, String)

    Declaration
    public TableFunctionAttribute(string configuration, string name)
    Parameters
    Type Name Description
    System.String configuration
    System.String name
    | Improve this Doc View Source

    TableFunctionAttribute(String, String, Int32[])

    Declaration
    public TableFunctionAttribute(string configuration, string name, params int[] argIndices)
    Parameters
    Type Name Description
    System.String configuration
    System.String name
    System.Int32[] argIndices

    Properties

    | Improve this Doc View Source

    ArgIndices

    Declaration
    public int[] ArgIndices { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    Configuration

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

    Database

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

    Name

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

    Package

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

    Schema

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

    Server

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

    Methods

    | Improve this Doc View Source

    GetObjectID()

    Declaration
    public override string GetObjectID()
    Returns
    Type Description
    System.String
    Overrides
    MappingAttribute.GetObjectID()
    | Improve this Doc View Source

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

    Declaration
    public virtual 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

    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