Search Results for

    Show / Hide Table of Contents

    Class TableIDInfo

    Inheritance
    System.Object
    TableIDInfo
    Namespace: LinqToDB.SqlProvider
    Assembly: linq2db.dll
    Syntax
    public class TableIDInfo : object

    Constructors

    | Improve this Doc View Source

    TableIDInfo(String, String, String)

    Declaration
    public TableIDInfo(string tableAlias, string tableName, string tableSpec)
    Parameters
    Type Name Description
    System.String tableAlias
    System.String tableName
    System.String tableSpec

    Fields

    | Improve this Doc View Source

    TableAlias

    Declaration
    public string TableAlias
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TableName

    Declaration
    public string TableName
    Field Value
    Type Description
    System.String
    | Improve this Doc View Source

    TableSpec

    Declaration
    public string TableSpec
    Field Value
    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