Interface ICreateForeignKeyToTableBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface ICreateForeignKeyToTableBuilder : IFluentBuilder
  Methods
View SourceToTable(String)
Declaration
ICreateForeignKeyPrimaryColumnBuilder ToTable(string table)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | table | 
Returns
| Type | Description | 
|---|---|
| ICreateForeignKeyPrimaryColumnBuilder |