Interface ICreateForeignKeyForeignColumnBuilder
Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
Assembly: cs.temp.dll.dll
Syntax
public interface ICreateForeignKeyForeignColumnBuilder : IFluentBuilder
Methods
ForeignColumn(String)
Declaration
ICreateForeignKeyToTableBuilder ForeignColumn(string column)
Parameters
Type | Name | Description |
---|---|---|
System. |
column |
Returns
Type | Description |
---|---|
ICreate |
ForeignColumns(String[])
Declaration
ICreateForeignKeyToTableBuilder ForeignColumns(params string[] columns)
Parameters
Type | Name | Description |
---|---|---|
System. |
columns |
Returns
Type | Description |
---|---|
ICreate |