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