Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteDefaultConstraintOnTableBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    OnTable(string)

    Specifies the table of the constraint to delete.

    Declaration
    IDeleteDefaultConstraintOnColumnBuilder OnTable(string tableName)
    Parameters
    Type Name Description
    string tableName
    Returns
    Type Description
    IDeleteDefaultConstraintOnColumnBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX