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 name.

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