Interface IRenameExpressionRoot
The expression root for renaming tables or columns
Namespace: FluentMigrator.Builders.Rename
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IRenameExpressionRoot
Methods
| Edit this page View SourceColumn(string)
Specify the column to be renamed
Declaration
IRenameColumnTableSyntax Column(string oldName)
Parameters
Type | Name | Description |
---|---|---|
string | oldName | The current column name |
Returns
Type | Description |
---|---|
IRenameColumnTableSyntax | The next step |
Table(string)
Specify the table (or its column) to be renamed
Declaration
IRenameTableToOrInSchemaSyntax Table(string oldName)
Parameters
Type | Name | Description |
---|---|---|
string | oldName | The current table name |
Returns
Type | Description |
---|---|
IRenameTableToOrInSchemaSyntax | The next step |