Interface IDeleteForeignKeyToTableSyntax
Namespace: FluentMigrator.Builders.Delete.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface IDeleteForeignKeyToTableSyntax
Methods
ToTable(string)
Declaration
IDeleteForeignKeyPrimaryColumnSyntax ToTable(string table)
Parameters
| Type | Name | Description |
|---|---|---|
| string | table |
Returns
| Type | Description |
|---|---|
| IDeleteForeignKeyPrimaryColumnSyntax |