Interface IDeleteForeignKeyToTableSyntax
Specify the primary table of the foreign key
Namespace: FluentMigrator.Builders.Delete.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteForeignKeyToTableSyntax
Methods
| Edit this page View SourceToTable(string)
Specify the primary table of the foreign key
Declaration
IDeleteForeignKeyPrimaryColumnSyntax ToTable(string table)
Parameters
Type | Name | Description |
---|---|---|
string | table | The primary table name |
Returns
Type | Description |
---|---|
IDeleteForeignKeyPrimaryColumnSyntax | The next step |