Interface ITableMutable<T>
- Namespace
- LinqToDB
- Assembly
- linq2db.dll
This is internal API and is not intended for use by Linq To DB applications. It may change or be removed without further notice.
public interface ITableMutable<out T> where T : notnull
Type Parameters
T
- Extension Methods
Methods
ChangeDatabaseName(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.
ITable<out T> ChangeDatabaseName(string? databaseName)
Parameters
databaseName
string
Returns
- ITable<T>
ChangeSchemaName(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.
ITable<out T> ChangeSchemaName(string? schemaName)
Parameters
schemaName
string
Returns
- ITable<T>
ChangeServerName(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.
ITable<out T> ChangeServerName(string? serverName)
Parameters
serverName
string
Returns
- ITable<T>
ChangeTableID(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.
ITable<out T> ChangeTableID(string? tableID)
Parameters
tableID
string
Returns
- ITable<T>
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.
ITable<out T> ChangeTableName(string tableName)
Parameters
tableName
string
Returns
- ITable<T>
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.
ITable<out T> ChangeTableOptions(TableOptions options)
Parameters
options
TableOptions
Returns
- ITable<T>