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)
Specifies the new name of the table.
Declaration
IExecutableBuilder To(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name |
Returns
Type | Description |
---|---|
IExecutableBuilder |