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 SourceOnColumn(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 |