Interface ICreateForeignKeyToTableSyntax
Specify the foreign keys primary table
Namespace: FluentMigrator.Builders.Create.ForeignKey
Assembly: FluentMigrator.Abstractions.dll
Syntax
public interface ICreateForeignKeyToTableSyntax
Methods
| Edit this page View SourceToTable(string)
Specify the foreign keys primary table
Declaration
ICreateForeignKeyPrimaryColumnOrInSchemaSyntax ToTable(string table)
Parameters
Type | Name | Description |
---|---|---|
string | table | The table name |
Returns
Type | Description |
---|---|
ICreateForeignKeyPrimaryColumnOrInSchemaSyntax | Specify the primary tables columns |