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)

    Specifies the new name of the table.

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