Search Results for

    Show / Hide Table of Contents

    Interface IDeleteDefaultConstraintOnColumnBuilder

    Builds a Delete expression.

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

    Methods

    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
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX