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