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