View Source
Class RenameBuilder
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RenameBuilder : IRenameBuilder, IFluentBuilder
Constructors
View Source
RenameBuilder(IMigrationContext)
Declaration
public RenameBuilder(IMigrationContext context)
Parameters
Methods
View Source
Column(String)
Specifies the column to rename.
Declaration
public IRenameColumnBuilder Column(string oldName)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
Returns
View Source
Table(String)
Specifies the table to rename.
Declaration
public IRenameTableBuilder Table(string oldName)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
Returns