Search Results for

    Show / Hide Table of Contents
    View Source

    Class AlterBuilder

    Implements IAlterBuilder.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Alter
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class AlterBuilder : IAlterBuilder, IFluentBuilder

    Constructors

    View Source

    AlterBuilder(IMigrationContext)

    Declaration
    public AlterBuilder(IMigrationContext context)
    Parameters
    Type Name Description
    IMigrationContext context

    Methods

    View Source

    Table(String)

    Specifies the table to alter.

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