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
    Returns
    Type Description
    IExecutableBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX