Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDeleteDefaultConstraintOnColumnBuilder

    Builds a Delete expression.

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

    Methods

    View Source

    OnColumn(string)

    Specifies the column from which to delete the default constraint.

    Declaration
    IExecutableBuilder OnColumn(string columnName)
    Parameters
    Type Name Description
    string columnName

    The name of the column that has the default constraint to be deleted.

    Returns
    Type Description
    IExecutableBuilder

    An Umbraco.Cms.Infrastructure.Migrations.Expressions.IExecutableBuilder to execute the delete operation.

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