Interface IDeleteForeignKeyToTableBuilder
Builds a Delete expression.
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Delete.ForeignKey
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IDeleteForeignKeyToTableBuilder : IFluentBuilder
Methods
View SourceToTable(String)
Specifies the target table of the foreign key.
Declaration
IDeleteForeignKeyPrimaryColumnBuilder ToTable(string table)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | table |
Returns
| Type | Description |
|---|---|
| IDeleteForeignKeyPrimaryColumnBuilder |