Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAlterBuilder

    Builds an Alter expression.

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

    Methods

    View Source

    Table(string)

    Specifies the table to alter.

    Declaration
    IAlterTableBuilder Table(string tableName)
    Parameters
    Type Name Description
    string tableName
    Returns
    Type Description
    IAlterTableBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX