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 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. |