View Source
Interface IRenameBuilder
Builds a Rename expression.
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IRenameBuilder : IFluentBuilder
Methods
View Source
Column(String)
Specifies the column to rename.
Declaration
IRenameColumnBuilder Column(string oldName)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
Returns
View Source
Table(String)
Specifies the table to rename.
Declaration
IRenameTableBuilder Table(string oldName)
Parameters
Type |
Name |
Description |
System.String |
oldName |
|
Returns