Interface ICreateForeignKeyFromTableBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateForeignKeyFromTableBuilder : IFluentBuilder
Methods
View SourceFromTable(string)
Declaration
ICreateForeignKeyForeignColumnBuilder FromTable(string table)
Parameters
| Type | Name | Description |
|---|---|---|
| string | table |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyForeignColumnBuilder |