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

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