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