Search Results for

    Show / Hide Table of Contents
    View Source

    Class RenameBuilder

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class RenameBuilder : IRenameBuilder, IFluentBuilder

    Constructors

    View Source

    RenameBuilder(IMigrationContext)

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

    Methods

    View Source

    Column(String)

    Specifies the column to rename.

    Declaration
    public 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
    public IRenameTableBuilder Table(string oldName)
    Parameters
    Type Name Description
    System.String oldName
    Returns
    Type Description
    IRenameTableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RenameBuilder(IMigrationContext)
    • Methods
      • Column(String)
      • Table(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX