Search Results for

    Show / Hide Table of Contents

    Interface IDeleteDefaultConstraintOnTableBuilder

    Builds a Delete expression.

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

    Methods

    OnTable(String)

    Specifies the table of the constraint to delete.

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