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.
Assembly: linq2db.dll
Syntax
public interface ITableMutable<out T>
Type Parameters
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
|
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
|
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
|
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
|
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
|
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
Returns
Extension Methods