Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICreateForeignKeyForeignColumnBuilder

    Namespace: Umbraco.Cms.Infrastructure.Migrations.Expressions.Create.ForeignKey
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public interface ICreateForeignKeyForeignColumnBuilder : IFluentBuilder

    Methods

    View Source

    ForeignColumn(string)

    Declaration
    ICreateForeignKeyToTableBuilder ForeignColumn(string column)
    Parameters
    Type Name Description
    string column
    Returns
    Type Description
    ICreateForeignKeyToTableBuilder
    View Source

    ForeignColumns(params string[])

    Declaration
    ICreateForeignKeyToTableBuilder ForeignColumns(params string[] columns)
    Parameters
    Type Name Description
    string[] columns
    Returns
    Type Description
    ICreateForeignKeyToTableBuilder
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX