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.String | column |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyToTableBuilder |
ForeignColumns(String[])
Declaration
ICreateForeignKeyToTableBuilder ForeignColumns(params string[] columns)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String[] | columns |
Returns
| Type | Description |
|---|---|
| ICreateForeignKeyToTableBuilder |