Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteColumnBuilder

    Inheritance
    System.Object
    ExpressionBuilderBase<DeleteColumnExpression>
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Column
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DeleteColumnBuilder : ExpressionBuilderBase<DeleteColumnExpression>, IDeleteColumnBuilder, IFluentBuilder

    Constructors

    View Source

    DeleteColumnBuilder(DeleteColumnExpression)

    Declaration
    public DeleteColumnBuilder(DeleteColumnExpression expression)
    Parameters
    Type Name Description
    DeleteColumnExpression expression

    Methods

    View Source

    Column(String)

    Specifies the column to delete.

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

    FromTable(String)

    Specifies the table of the column to delete.

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