Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRenameTableBuilder

    Builds a Rename Table expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Rename.Table
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IRenameTableBuilder : IFluentBuilder

    Methods

    View Source

    To(string)

    Sets the new name for the table to be renamed.

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

    The new name of the table.

    Returns
    Type Description
    IExecutableBuilder

    An IExecutableBuilder that can execute the rename operation.

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