Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRenameColumnBuilder

    Builds a Rename Column expression.

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

    Methods

    View Source

    OnTable(string)

    Specifies the table on which the column rename operation will be performed.

    Declaration
    IRenameColumnToBuilder OnTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table containing the column to rename.

    Returns
    Type Description
    IRenameColumnToBuilder

    An IRenameColumnToBuilder to continue configuring the rename operation.

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