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
    System.String column
    Returns
    Type Description
    ICreateForeignKeyToTableBuilder
    View Source

    ForeignColumns(String[])

    Declaration
    ICreateForeignKeyToTableBuilder ForeignColumns(params string[] columns)
    Parameters
    Type Name Description
    System.String[] columns
    Returns
    Type Description
    ICreateForeignKeyToTableBuilder
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • ForeignColumn(String)
      • ForeignColumns(String[])
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX