Search Results for

    Show / Hide Table of Contents

    Interface IRenameTableBuilder

    Builds a Rename Table expression.

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

    Methods

    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
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX