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

    Declaration
    IDeleteDefaultConstraintOnColumnBuilder OnTable(string tableName)
    Parameters
    Type Name Description
    string tableName

    The name of the table containing the constraint to delete.

    Returns
    Type Description
    IDeleteDefaultConstraintOnColumnBuilder

    An IDeleteDefaultConstraintOnColumnBuilder that can be used to specify the column.

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