Search Results for

    Show / Hide Table of Contents
    View Source

    Class DeleteConstraintBuilder

    Inheritance
    System.Object
    ExpressionBuilderBase<DeleteConstraintExpression>
    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Constraint
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class DeleteConstraintBuilder : ExpressionBuilderBase<DeleteConstraintExpression>, IDeleteConstraintBuilder, IFluentBuilder

    Constructors

    View Source

    DeleteConstraintBuilder(DeleteConstraintExpression)

    Declaration
    public DeleteConstraintBuilder(DeleteConstraintExpression expression)
    Parameters
    Type Name Description
    DeleteConstraintExpression expression

    Methods

    View Source

    FromTable(String)

    Specifies the table of the constraint 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
      • DeleteConstraintBuilder(DeleteConstraintExpression)
    • Methods
      • FromTable(String)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX