Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteConstraintBuilder

    Builds a Delete Constraint expression.

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Constraint
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface IDeleteConstraintBuilder : IFluentBuilder

    Methods

    View Source

    FromTable(string)

    Specifies the table from which to delete the constraint.

    Declaration
    IExecutableBuilder FromTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table from which the constraint will be deleted.

    Returns
    Type Description
    IExecutableBuilder

    An IExecutableBuilder to execute the delete operation.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX