Search Results for

    Show / Hide Table of Contents

    Interface IAlterBuilder

    Builds an Alter expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IAlterBuilder : IFluentBuilder

    Methods

    Table(String)

    Specifies the table to alter.

    Declaration
    IAlterTableBuilder Table(string tableName)
    Parameters
    Type Name Description
    System.String tableName
    Returns
    Type Description
    IAlterTableBuilder
    In This Article
    • Methods
      • Table(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX