Search Results for

    Show / Hide Table of Contents

    Class RenameColumnExpression

    Inheritance
    System.Object
    MigrationExpressionBase
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename.Expressions
    Assembly: cs.temp.dll.dll
    Syntax
    public class RenameColumnExpression : MigrationExpressionBase, IMigrationExpression

    Constructors

    RenameColumnExpression(IMigrationContext)

    Declaration
    public RenameColumnExpression(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Properties

    NewName

    Declaration
    public virtual string NewName { get; set; }
    Property Value
    Type Description
    System.String

    OldName

    Declaration
    public virtual string OldName { get; set; }
    Property Value
    Type Description
    System.String

    TableName

    Declaration
    public virtual string TableName { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    GetSql()

    Declaration
    protected override string GetSql()
    Returns
    Type Description
    System.String
    In This Article
    • Constructors
      • RenameColumnExpression(IMigrationContext)
    • Properties
      • NewName
      • OldName
      • TableName
    • Methods
      • GetSql()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX