Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRenameBuilder

    Builds a Rename expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename
    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
    Type Description
    IRenameColumnBuilder
    View Source

    Table(String)

    Specifies the table to rename.

    Declaration
    IRenameTableBuilder Table(string oldName)
    Parameters
    Type Name Description
    System.String oldName
    Returns
    Type Description
    IRenameTableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Column(String)
      • Table(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX