Interface IRenameTableBuilder
Builds a Rename Table expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename.Table
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IRenameTableBuilder : IFluentBuilder
Methods
View SourceTo(string)
Sets the new name for the table to be renamed.
Declaration
IExecutableBuilder To(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | The new name of the table. |
Returns
| Type | Description |
|---|---|
| IExecutableBuilder | An IExecutableBuilder that can execute the rename operation. |