Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRenameColumnToBuilder

    Builds a Rename Column expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename.Column
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IRenameColumnToBuilder : IFluentBuilder

    Methods

    View Source

    To(string)

    Specifies the new name of the column.

    Declaration
    IExecutableBuilder To(string name)
    Parameters
    Type Name Description
    string name

    The new name to assign to the column.

    Returns
    Type Description
    IExecutableBuilder

    An Umbraco.Cms.Infrastructure.Migrations.Expressions.IExecutableBuilder that can be used to execute the rename operation.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX