View Source
Class RenameColumnExpression
Assembly: Umbraco.Infrastructure.dll
Syntax
public class RenameColumnExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View Source
RenameColumnExpression(IMigrationContext)
Declaration
public RenameColumnExpression(IMigrationContext context)
Parameters
Properties
View Source
NewName
Declaration
public virtual string? NewName { get; set; }
Property Value
View Source
OldName
Declaration
public virtual string? OldName { get; set; }
Property Value
View Source
TableName
Declaration
public virtual string? TableName { get; set; }
Property Value
Methods
View Source
GetSql()
Declaration
protected override string GetSql()
Returns