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