Search Results for

    Show / Hide Table of Contents

    Interface IDeleteColumnBuilder

    Builds a Delete Column expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Column
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IDeleteColumnBuilder : IFluentBuilder

    Methods

    Column(String)

    Specifies the column to delete.

    Declaration
    IDeleteColumnBuilder Column(string columnName)
    Parameters
    Type Name Description
    System.String columnName
    Returns
    Type Description
    IDeleteColumnBuilder

    FromTable(String)

    Specifies the table of the column to delete.

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