Search Results for

    Show / Hide Table of Contents

    Interface IDeleteConstraintBuilder

    Builds a Delete Constraint expression.

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

    Methods

    FromTable(String)

    Specifies the table of the constraint to delete.

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