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 of the constraint to delete.
Declaration
IExecutableBuilder FromTable(string tableName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | tableName |
Returns
| Type | Description |
|---|---|
| IExecutableBuilder |