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