Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IAlterTableBuilder

    Builds an Alter Table expression.

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

    Methods

    View Source

    AddColumn(String)

    Specifies a column to add.

    Declaration
    IAlterTableColumnTypeBuilder AddColumn(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    IAlterTableColumnTypeBuilder
    View Source

    AlterColumn(String)

    Specifies a column to alter.

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