Interface IDeleteConstraintBuilder
Builds a Delete Constraint expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.Constraint
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDeleteConstraintBuilder : IFluentBuilder
Methods
View SourceFromTable(string)
Specifies the table from which to delete the constraint.
Declaration
IExecutableBuilder FromTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| string | tableName | The name of the table from which the constraint will be deleted. |
Returns
| Type | Description |
|---|---|
| IExecutableBuilder | An IExecutableBuilder to execute the delete operation. |