Interface IDeleteForeignKeyOnTableSyntax
Specify the table of the foreign key
Namespace: FluentMigrator.Builders.Delete.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteForeignKeyOnTableSyntax
Methods
| Edit this page View SourceOnTable(string)
Specify the table of the foreign key
Declaration
IInSchemaSyntax OnTable(string foreignTableName)
Parameters
Type | Name | Description |
---|---|---|
string | foreignTableName | The foreign keys table name |
Returns
Type | Description |
---|---|
IInSchemaSyntax | The next step |