Search Results for

    Show / Hide Table of Contents

    Interface ITableMutable<T>

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Namespace: LinqToDB
    Assembly: linq2db.dll
    Syntax
    public interface ITableMutable<out T>
    Type Parameters
    Name Description
    T

    Methods

    | Improve this Doc View Source

    ChangeDatabaseName(Nullable<String>)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeDatabaseName(string? databaseName)
    Parameters
    Type Name Description
    System.Nullable<System.String> databaseName
    Returns
    Type Description
    ITable<T>
    | Improve this Doc View Source

    ChangeSchemaName(Nullable<String>)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeSchemaName(string? schemaName)
    Parameters
    Type Name Description
    System.Nullable<System.String> schemaName
    Returns
    Type Description
    ITable<T>
    | Improve this Doc View Source

    ChangeServerName(Nullable<String>)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeServerName(string? serverName)
    Parameters
    Type Name Description
    System.Nullable<System.String> serverName
    Returns
    Type Description
    ITable<T>
    | Improve this Doc View Source

    ChangeTableID(Nullable<String>)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeTableID(string? tableID)
    Parameters
    Type Name Description
    System.Nullable<System.String> tableID
    Returns
    Type Description
    ITable<T>
    | Improve this Doc View Source

    ChangeTableName(String)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeTableName(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    ITable<T>
    | Improve this Doc View Source

    ChangeTableOptions(TableOptions)

    This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.

    Declaration
    ITable<T> ChangeTableOptions(TableOptions options)
    Parameters
    Type Name Description
    TableOptions options
    Returns
    Type Description
    ITable<T>

    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