Interface IDeleteDefaultConstraintOnTableBuilder
Builds a Delete expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.DefaultConstraint
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDeleteDefaultConstraintOnTableBuilder : IFluentBuilder
Methods
View SourceOnTable(string)
Specifies the table containing the default constraint to delete.
Declaration
IDeleteDefaultConstraintOnColumnBuilder OnTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The name of the table containing the constraint to delete. |
Returns
| Type | Description |
|---|---|
| IDeleteDefaultConstraintOnColumnBuilder | An IDeleteDefaultConstraintOnColumnBuilder that can be used to specify the column. |