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 of the constraint to delete.

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